Hello,
I have a JSP (resultat.jsp) in which there's :
        <html:link page="/suppression.do">Suppression</html:link>
This is working perfectly.

This JSP includes another one :
        <jsp:include page="template/headerRecherche.jsp"/>
This is still working perfectly.

But when I put the html:link in the headerRecherche.jsp , I get a
NullPointerException...
And this is not working perfectly anymore! ;-)

In my struts-config.xml, I have :
        <action
                path="/suppression"
                forward="/jsp/suppression.jsp"/>

Thanks for your help.

Jean-Marie Tinghir

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

Reply via email to