Re: Tiles 2 - how to get more error info?

2006-12-31 Thread Antonio Petrelli

Stone, Sam ha scritto:

Am getting ServletException while including page (see EX. 1 below).
How can I get more specific information?
 
My insert looks as follows:

tiles:insertDefinition name=site.login ignore=true/
...
org.apache.tiles.taglib.ContainerTagSupport  TRAS0014I: The following
exception was logged org.apache.tiles.TilesException: ServletException
while including page.
  


I think that now (in the HEAD) the error is logged with more detail.

Antonio


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tiles 2 - how to get more error info?

2006-12-28 Thread Stone, Sam
Am getting ServletException while including page (see EX. 1 below).
How can I get more specific information?
 
My insert looks as follows:
tiles:insertDefinition name=site.login ignore=true/


EX. 1
-
[12/28/06 15:41:25:313 EST] 56747b48 ContainerTagS E
org.apache.tiles.taglib.ContainerTagSupport  Error executing tag:
ServletException while including page.
[12/28/06 15:41:25:329 EST] 56747b48 ContainerTagS E
org.apache.tiles.taglib.ContainerTagSupport  TRAS0014I: The following
exception was logged org.apache.tiles.TilesException: ServletException
while including page.
at
org.apache.tiles.context.jsp.JspTilesRequestContext.include(JspTilesRequ
estContext.java:62)
at
org.apache.tiles.context.jsp.JspTilesRequestContext.dispatch(JspTilesReq
uestContext.java:55)
at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.jav
a:345)
at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.jav
a:302)
at
org.apache.tiles.taglib.InsertDefinitionTag.render(InsertDefinitionTag.j
ava:49)
at
org.apache.tiles.taglib.RenderTagSupport.execute(RenderTagSupport.java:9
0)
at
org.apache.tiles.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport
.java:86)
at org.apache.jsp._launchpad._jspService(_launchpad.java:103)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]