You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by maya <ma...@yahoo.com> on 2006/12/04 17:00:50 UTC

tiles: error

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, but the tile is there..

thank you very much..


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: tiles: error

Posted by "David H. DeWolf" <dd...@apache.org>.
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, but the tile is there..
> 
> thank you very much..
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: tiles: error

Posted by Edward Song <es...@royalmedia.com>.
 
When I run into that error, I usually look for a spelling error in my tiles
definition.  

-----Original Message-----
From: Asthana, Rahul [mailto:Rahul.Asthana@CIBC.com] 
Sent: Monday, December 04, 2006 11:49 AM
To: Struts Users Mailing List
Subject: RE: tiles: error

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
helps.


-----Original Message-----
From: news [mailto:news@sea.gmane.org]On Behalf Of maya
Sent: Monday, December 04, 2006 11:01 AM
To: user@struts.apache.org
Subject: tiles: error


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, but the tile is there..

thank you very much..


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: tiles: error

Posted by "Asthana, Rahul" <Ra...@CIBC.com>.
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 helps.


-----Original Message-----
From: news [mailto:news@sea.gmane.org]On Behalf Of maya
Sent: Monday, December 04, 2006 11:01 AM
To: user@struts.apache.org
Subject: tiles: error


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, but the tile is there..

thank you very much..


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org