Re: tiles: error

2006-12-04 Thread David H. DeWolf
It looks like a null pointer from within the tile to me. David maya wrote: please what does this error mean? ServletException in '/tiles/news_tiles.jsp': null javax.servlet.jsp.JspException: ServletException in '/tiles/news_tile.jsp': null it looks like server can't file the tile,

RE: tiles: error

2006-12-04 Thread Edward Song
When I run into that error, I usually look for a spelling error in my tiles definition. -Original Message- From: Asthana, Rahul [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 11:49 AM To: Struts Users Mailing List Subject: RE: tiles: error This error comes due to a

RE: tiles: error

2006-12-04 Thread Asthana, Rahul
This error comes due to a variety of reasons.There may be a bean in one of your tiles that is null and preventing that tile from displaying.If I cant infer anything from the log,I remove everything from the JSP and add incrementally to find out the code block that is the root cause.Hope this hel

RE: tiles: error

2006-12-04 Thread Gundersen, Richard
It could be that you have an error INSIDE the tile JSP. Are you doing anything that could result in a null pointer? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya Sent: Monday, December 04, 2006 4:01 PM To: user@struts.apache.org Subject: tiles: error please wha