On 1/31/06, temp temp <[EMAIL PROTECTED]> wrote: > Can I include ".do" using jsp include ?
Of course. But if your ".do" forwards to a JSP, then this combination won't work as you expect ;-) The response will be closed after the forward, so the rest of your main page will not be rendered: http://today.java.net/pub/a/today/2005/08/04/jspcomponents.html?page=3#jsp_servlets_compatibility You may try to use <c:import> instead of <jsp:incude> I have not tried it, but Paul Benedict told me that he was able to include Struts actions with <c:import> without problems. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]