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 ok, the href should work.
Bj
Priya Jotwani a écrit :
Thanks for the reply. But I have actually included my application path. I think there is no problem in the path. All I am worried about is will this calling of MyJSPPage would follow the Struts framework process i.e going to ActionServlet and then to Action Class...etc or would it be just a NORMAL html href tag. Because I am following the normal Html approach and I have not written anything in my ActionForm or ActionClass for the same. What could be wrong ???
Thanks Again, Priya
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]