Re: problem with element in struts-config.xml

2004-10-15 Thread Ashish Kulkarni
Hi Thanx for the reply, does solve all my issues with forward Ashish --- Jeff Beal <[EMAIL PROTECTED]> wrote: > When redirect is "true" a message is sent to the > browser to get the new > resource. This means that the browser is aware of > the path of your > error.jsp. When redirect is false,

Re: problem with element in struts-config.xml

2004-10-15 Thread Jeff Beal
When redirect is "true" a message is sent to the browser to get the new resource. This means that the browser is aware of the path of your error.jsp. When redirect is false, the browser is not aware of the location of the JSP that is actually displaying the results. To get around the problem

RE: problem with element in struts-config.xml

2004-10-14 Thread David G. Friedman
Ashish, Your action has validate="true" but not input="" parameter to go when validation fails. So where does the page go? Is this part of your display problem? Regards, David -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 5:56 PM