RE: Problem going to my Next JSP by Href tag

2004-09-16 Thread Jitender K Chukkavenkata
Hi Priya, I dont think that the action (not being actually a struts action) should have a corresponding mapping in struts-config.xml in your case. Use html:link tag instead of tag. I think this will solve your problem. Jitender Kumar C.V.

RE: Problem going to my Next JSP by Href tag

2004-09-16 Thread Priya Jotwani
in Struts-config.xml Kindly elaborate. TIA, Priya -Original Message- From: Sachin Bhutada [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 10:11 AM To: 'Struts Users Mailing List' Subject: RE: Problem going to my Next JSP by Href tag hi Priya, Seems you hav

RE: Problem going to my Next JSP by Href tag

2004-09-16 Thread Sachin Bhutada
, September 16, 2004 8:35 PM To: Struts Users Mailing List Subject: Re: Problem going to my Next JSP by Href tag Yes you don't need any processing in your struts-config file. The application path seems to miss, no ? Click Here but you should use struts tag to avoid path issue : or if the page

Re: Problem going to my Next JSP by Href tag

2004-09-16 Thread Bj
can you access directly your JSP page ? if you type "http://MyHost:MyPort/MyPath/MYJSPpage.jsp"; from your browser does it work ? Check this first. calling a JSP page do not follow Struts framework process but only JSP process. Your JSP page should work on your JSP server and then if the path is

RE: Problem going to my Next JSP by Href tag

2004-09-16 Thread Priya Jotwani
To: Struts Users Mailing List Subject: Re: Problem going to my Next JSP by Href tag Yes you don't need any processing in your struts-config file. The application path seems to miss, no ? Click Here but you should use struts tag to avoid path issue : or if the page is on another s

Re: Problem going to my Next JSP by Href tag

2004-09-16 Thread Bj
Yes you don't need any processing in your struts-config file. The application path seems to miss, no ? Click Here but you should use struts tag to avoid path issue : or if the page is on another server/application, you should put the complete url (http://MyServerName:8080/MyJSPPAge.jsp) Bj Priya