RE: NullPointerException in TilesException using Tiles with Struts 2

2007-03-07 Thread Avinash Wable
Actually I am using same version of tiles: 2.0 as you said i.e for tiles.xml: http://struts.apache.org/dtds/tiles-config_2_0.dtd";> My jsps are simple and don't use tiles tags. I am using tiles just as a forward result type. You can look at my configuration given below 1. tiles.xml--

Re: NullPointerException in TilesException using Tiles with Struts 2

2007-03-06 Thread Aram Mkhitaryan
Hi, Yesterday I got the same problem, and here is the solution: Use new version of tiles: 2.0 for tiles.xml: http://struts.apache.org/dtds/tiles-config_2_0.dtd";> for jsps: <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %> tags are a little bit changed but it's easy to upg