Just remove "/" thats it.
e.g.
           <jsp:forward page="index.do"></jsp:forward>


--

red phoenix-2 wrote:
> 
> I want to use <jsp:include to load my struts file,such as:
>    <jsp:include   page="/a1.do"   />
>   <jsp:include   page="/a2.do"   />
> 
> 
> but when I run this jsp file,http://localhost:8080/a.jsp,it raise
> error,it shows it can't find a1.do and a2.do,but when I write follows in
> IE,
> http://localhost:8080/a1.do, it can show right result.
> 
> I am puzzled with it.I wan to know if I don't use <jsp:include page?
> 
> How to include struts in JSP?
> 
> Thanks!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-include-struts-by-using-%3Cjsp%3Ainclude-page-tf4060403.html#a11556035
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to