Antonio Petrelli a écrit :
2007/10/29, Baptiste GAILLARD <[EMAIL PROTECTED]>:
java.lang.NullPointerException
at org.apache.struts2.views.jsp.TagUtils.getStack(TagUtils.java
:58)
Ok so it is not a Tiles problem but a Struts 2 problem.
Try to define a simple error page (without using Tiles): it seems that a tag
inside your "pageLayout.jsp" page is failing to retrieve Struts 2 value
stack.
If your problem persists with this simple page, I think you have to contact
the Struts Users mailing list:
http://struts.apache.org/mail.html
Antonio
Yes, you're right, I removed the struts tags in my code and no
exceptions are generated. So i'll try to post a message on the Struts
Users mailing list.
Thanks You !
Baptiste Gaillard