Hi Gabriel,

TC 5 needs strictly correct XML-Syntax.
If you take

<jsp:include page="/menu.jsp">
</jsp:include>

TC 5 expects some other fields (like "value" or "name") inbetween these
2 tags.
Hth
Peter

Rakesh schrieb:

>No, this is not a bug.
>
>
>----- Original Message ----- 
>From: "Gabriel Belingueres" <[EMAIL PROTECTED]>
>To: <tomcat-user@jakarta.apache.org>
>Sent: Thursday, August 18, 2005 4:57 PM
>Subject: Problem including a file in Tomcat 5.5.9
>
>
>  
>
>>Hi,
>>
>>Writing a jsp page in my app, I need to include other file in it, but
>>I got this issue in my Tomcat 5.5.9, when I write the include without
>>parameters like this:
>>
>><jsp:include page="/menu.jsp">
>></jsp:include>
>>
>>I doesn't like written like this, so I write it like this and it works:
>>
>><jsp:include page="/menu.jsp"/>
>>
>>But, I tested the same page in a Tomcat 4.1.12 and it worked OK the
>>first form too.
>>
>>Is this a Tomcat 5.5.9 bug? or it is OK that doesn't let me write
>>includes without parameters like in the first form?
>>
>>Regards,
>>Gabriel
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to