On Mon, 25 Jun 2001, Mindaugas Idzelis wrote:

> Are there any limitations when using <jsp:include> to include content
> generated by an ActionServlet? For instance, is it possible to set cookies
> in an action that is included from another page? Specifically, when
> <jsp:include> is called the response is already commited, correct? Thank
> you.

The most important restrictions are in the Servlet Specification (and are
not specific to Struts).  An included servlet or page is not allowed to
set response headers, which therefore makes it impossible to set cookies.

> 
> 
> --min
> 
> 

Craig


Reply via email to