java - Action is not getting called in Struts 2 -


in struts application action not getting called instead of page getting refreshed . after changing library jar files. before changing worked fine.

below details of lib folder after changing

the changes have made

 struts2-core-2.3.16  struts2-jquery-plugin 3.7.0  struts2-jquery-grid-plugin 3.7.0   xwork-core-2.3.16   ognl-3.0.8   freemaker 2.3.20 

you missing following jar in application: freemarker.jar

are new struts2?.if yes.. follow proper tutorial. here 1 ya :)

tutorial1

tutorial2


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -