Re: Form handling by direct URL in Struts 1.3.8

2012-06-14 Thread Takanori Hayashi
PS In that case, forward to another JSP on that file userInfo information should not be used. (2012/06/15 9:10), Takanori Hayashi wrote: Hello Anjib, Assumed that you made the distinction on validate method, then if forwarded JSP page is using userInfo session like ${userInfo.use

Re: Form handling by direct URL in Struts 1.3.8

2012-06-14 Thread Takanori Hayashi
Hello Anjib, Assumed that you made the distinction on validate method, then if forwarded JSP page is using userInfo session like ${userInfo.userName} the same error is shown. [Caused by: javax.servlet.jsp.JspException: Cannot find bean: "userInfo" in any scope ] Because you are us

Re: Form handling by direct URL in Struts 1.3.8

2012-06-14 Thread Dave Newton
On Thu, Jun 14, 2012 at 9:18 AM, Anjib Mulepati wrote: > I don't think problem is mapping correct page from Action class. If you > look into my initial code posting /changepassword need form validation so > it calls the validate() method and since there is no data it fails. I have > input="change

Re: Form handling by direct URL in Struts 1.3.8

2012-06-14 Thread Anjib Mulepati
I don't think problem is mapping correct page from Action class. If you look into my initial code posting /changepassword need form validation so it calls the validate() method and since there is no data it fails. I have input="changePasswordPage" which takes to the tile where it look for the s