DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11074>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11074 bean:include docs state "internal dispatch" but that's not true Summary: bean:include docs state "internal dispatch" but that's not true Product: Struts Version: Nightly Build Platform: Other URL: http://jakarta.apache.org/struts/userGuide/struts- bean.html#include OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The documentation at the referenced link say that the <bean:include> tag is meant to do an internal dispatch to the specified application component. By this I understood that I could do something like: <bean:include page="/WEB-INF/mypages/somepage.jsp"/> However the latest CVS appears to use a URLConnection rather than a RequestDispatcher so the above doesn't work. There's a FIXME comment from Craig in the code but I'm not sure what needs fixing as I don't know the original intention of this tag. Am I right in thinking that where page and forward attributes are used it should be an internal dispatch but href should be external? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>