I need to integrate struts with spring for a project.
I read the doc to ingrate struts and it's ok for classic beans but I have a problem for my forms.
I have ...
I have an online application http://www.eworkshop.co.in developed using stuts2 and spring framework. When I submit the login form with correct inputs, it work fines.
when I test ...
how to post ajax form to struts2 action? and how to response from acton? I want use ajax to post form to action,and validate in the execute() method. How can i ...
At the TSSS BOF in Vegas I heard Keith mention that there was some sandbox Spring / Struts code that allowed you to bind / validate to your POJO Domain Objects ...
I've got an application context created by using the contextConfigLocation servlet of spring and I can get to the context in an action. However, I want to use a bean that ...