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
ctober 14, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: problem with element in struts-config.xml Hi I am having problem with element I have 2 jsp, adminlogin.jsp is in folder pages and index.jsp is in folder pages\admin Here is how i have defined my action in struts-config.xml file Now the pr

problem with element in struts-config.xml

2004-10-14 Thread Ashish Kulkarni
Hi I am having problem with element I have 2 jsp, adminlogin.jsp is in folder pages and index.jsp is in folder pages\admin Here is how i have defined my action in struts-config.xml file Now the problem if i get error in AdminLoginAction it tries to display adminlogin.jsp, but the relative path