Re: Can't redirect to another jsp page.

2009-06-22 Thread Paweł Wielgus
" Best greetings, Paweł Wielgus. 2009/6/22 Sam Wun : > OK I put the validation="false" in the struts-config.xml file, now I > got an error when I tried to load the page: > > 23:42:00,815 ERROR [PortletRequestDispatcherImpl:316] > javax.servlet.ServletException: File > "/html/onlinepayment_portle

Re: Can't redirect to another jsp page.

2009-06-22 Thread Paweł Wielgus
I don't know how it is for portlets, but for regular actions it can be done in struts-config.xml in the line like this: where validate is what You are looking for. Still it is not wright for me that You are posting a form and turning validation off, strange at least. Best greetings, Paweł Wielg

Re: Can't redirect to another jsp page.

2009-06-22 Thread Sam Wun
OK I put the validation="false" in the struts-config.xml file, now I got an error when I tried to load the page: 23:42:00,815 ERROR [PortletRequestDispatcherImpl:316] javax.servlet.ServletException: File "/html/onlinepayment_portlet/user_info.jsp" not found javax.servlet.ServletException: File "/h

Re: Can't redirect to another jsp page.

2009-06-22 Thread Sam Wun
Hi, thanks for the suggestion. How to turn the validation off? Thanks 2009/6/22 Paweł Wielgus : > Hi Sam, > it is most likely caused by validation, > turn it off if that is the what You want to do. > > Best greetings, > Paweł Wielgus. > > > 2009/6/22 Sam Wun : >> Dear all, >> >> I have a Registr

Re: Can't redirect to another jsp page.

2009-06-22 Thread Paweł Wielgus
Hi Sam, it is most likely caused by validation, turn it off if that is the what You want to do. Best greetings, Paweł Wielgus. 2009/6/22 Sam Wun : > Dear all, > > I have a Registration form, when user click a Sign in button, the > OrderAction.java is supposed redirect it to another page, but > c

Can't redirect to another jsp page.

2009-06-22 Thread Sam Wun
Dear all, I have a Registration form, when user click a Sign in button, the OrderAction.java is supposed redirect it to another page, but currently it stay on the same page (the registration form). Please refer to the following codes: -- OrderAction.java /** @struts.action name="OrderForm" path=