RE: Can SomeOne Help?? NullPointerException in TilesException using Tiles with Struts 2

2007-03-08 Thread Avinash Wable
Thank you very much Dave. I never looked at it. Copied from older version and changed only DTD. Thanks a lot!! DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the indiv

Re: Can SomeOne Help?? NullPointerException in TilesException using Tiles with Struts 2

2007-03-08 Thread Dave Newton
--- Avinash Wable wrote: > I already posted this in "NullPointerException in > TilesException using Tiles with Struts 2" thread. Sorry it took me so long; I've been training a vole to program Java so I can send it to work in my place. > Does anyone got the same problem w

Can SomeOne Help?? NullPointerException in TilesException using Tiles with Struts 2

2007-03-08 Thread Avinash Wable
I already posted this in "NullPointerException in TilesException using Tiles with Struts 2" thread. Does anyone got the same problem when using Tiles 2 with Struts 2 My jsps are simple (don't use tiles tags). I am using tiles just as a forward result type. You can look at my conf

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

NullPointerException in TilesException using Tiles with Struts 2

2007-03-06 Thread Avinash Wable
I am trying to use Tiles with Struts 2. I have configured my application as follows When I fire http://localhost:8080/SampleStruts2/login/Login.action; I get following error 20:11:40,827 ERROR [BasicTilesContainer] Error rendering tile java.lang.NullPointerException at org.apache.