Stian is quite right in suggesting a special tag for .do includes.
<util:include path="/TheAction.do"/>
which could have something like this
doStartTag()
{
pageContext.forward( getPath() );
}
I've no idea if this will work but the J2EE javadocs for
javax.servlet.PageContext seems to suggest this method.
Toby
-----Original Message-----
From: Stian Skj�vesland [mailto:[EMAIL PROTECTED]]
I have recently started using struts and I have encountered a problem.
I want to include with a statement like this:
<jsp:include page="<%= _page %>" />
where an example of a page might be loginform.do .
I get an exception when I try to do this, and I am wondering if there is
a special include-tag to be used with .do tags or if it is not possible
to include such pages.
Thanks for Your help!
Stian
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>