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
Hi Xavier, looking at the error, it seems instead of looking at "formaction" attribute as String, it's attempting to interpret it as a Page, and it's not able to find the login.jsp in the 'document root' area. If you need to pass in just a String value you may use type="String" or, dir