Manolo Ramirez T. wrote:

Hi,

I'm using jsp's outside WEB-INF to include prueba and prueba1, I forget to say that.

In that case, you'd want the following:


<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
<c:import url="WEB-INF/prueba2.jsp"/>


-- Pierre


_________________
Manolo Ramirez T.

Serge Knystautas wrote:

You shouldn't be able to execute JSPs within your WEB-INF, so all 3 of your examples should be forbidden.

I think you might want to submit a bug report to whatever servlet engine you're using.



---------------------------------------------------------------------
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