sputnik wrote:
I think this would work for standalone JSP scripts but not if just using
them as includes like

<%@ import file=\"checkLogin.jsp\" %>
That's correct.
or

..
<c:if test=\"${page.header=\'true\'}\">
    <jsp:import url=\"/header.jsp\"/>
<c/:if>
This one should work, because <jsp:import /> performs additional request.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to