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]

Reply via email to