Category Archives: struts2

struts2-junit-plugin 2.1.8 with dependencies

Uploading screenshots of the dependent libraries we need to use the struts2-junit-plugin2.1.8 and need to write struts spring test cases, running all the struts2 interceptors.

Posted in junit, Spring Framework, struts2 | Leave a comment

Setting a variable and using it in another tag in struts 2 taglib

Posted in struts2 | Leave a comment

Struts2 support with maven dependency

note: struts 2.x many articles at one place http://struts.apache.org/2.x/docs/guides.html Struts website page that contains projects maven dependency detail is here: http://struts.apache.org/2.x/struts2-core/project-summary.html – web.xml file changes: http://struts.apache.org/2.x/docs/webxml.html -struts.xml example: http://struts.apache.org/2.x/docs/strutsxml-examples.html index.jsp —> FirstAction—> firstActionSuccess.jsp example : If you want to put … Continue reading

Posted in Maven, struts2 | Leave a comment

struts2 dependency injection by spring ioc

struts-spring plugin link is here : http://struts.apache.org/2.x/docs/spring-plugin.html and below are the steps:

Posted in Spring Framework, struts2 | Leave a comment