Re: Tile usage

2005-09-07 Thread Xavier Vanderstukken
Page path are ok, tile mechanism works well for my web application when I do that : but for some page I want to replace the body by two differents tiles. So I try doing the tile config in my first post :

Re: Tile usage

2005-09-07 Thread Greg Reddin
On Sep 7, 2005, at 12:06 PM, Xavier Vanderstukken wrote: java.lang.NullPointerException at org.apache.jasper.runtime.JspRuntimeLibrary.getContextRelativePath (JspRuntimeLibrary.java:908) Are your pages at the root level of your webapp? May

RE: Tile usage

2005-09-07 Thread Dharmendra . Sharan
rstukken [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 1:07 PM To: user@struts.apache.org Subject: Tile usage I have a main layout : I extend the main definition : And finally here is the body

Tile usage

2005-09-07 Thread Xavier Vanderstukken
I have a main layout : I extend the main definition : And finally here is the body With that configuration I receive an exception : java.lang.NullPointerException at org.apache.jasper.runtime.JspRuntimeLibr