Re: STruts 2 - populating an ArrayList from the JSP

2015-05-18 Thread Christoph Nenning
Try to use browser dev tools to debug your post request. Make sure the parameter names are correct. Can you guys help me on this issue? Thanks On Sat, May 16, 2015 at 12:47 PM, Preetham Mallavarapu preethamreddy.mallaar...@gmail.com wrote: Hi, I have a problem while

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-18 Thread RAJ
Yes Martin, That file does exists in that folder. Thanks Raj Sent from my iPhone On May 16, 2015, at 7:54 PM, Martin Gainty mgai...@hotmail.com wrote: Raj- did you check for the existence of /WEB-INF/validator-rules.xmlin $TOMCAT_HOME/webapps/NameOfYourWebappGoesHere ? Martin

Change of HttpSession causes java.lang.IllegalStateException: HttpSession is invalid

2015-05-18 Thread JOSE L MARTINEZ-AVIAL
Hello, We have a struts2 project. In that project we have a security procedure in order to log in the users. As part of the login process, the session is destroyed and recreated once the user is logged in, in order to avoid Session hijacking. The problem we are having is that the action