For example:

<quote>Includes a static file in a JSP page, parsing the file's JSP 
elements.</quote>
<quote>If the included file is a JSP page, its JSP elements are translated 
and included (along with any other text) in the JSP page. Once the 
included file is translated and included, the translation process resumes 
with the next line of the including JSP page.</quote>
[ http://java.sun.com/products/jsp/syntax/2.0/syntaxref209.html ]

-Rahul

On 5/3/05, Luca Passani <[EMAIL PROTECTED]> wrote:
> Karr, David wrote:
> 
> >It is trying to do the include at compile time, but your input is not
> >"well-formed".  You can't start an element in one file and end it in
> >another.
> >
> >
> thanks. Where is this limitation documented?
> 
> Luca
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Reply via email to