Have you check the servlet log to see if the stack trace is reported ?
  I suspect Struts to catch the exception and only displaying the message, not
the stack. In this case, the exception must be stored in an attribute in the
request scope.

  You can also try to associate an error page to your tile. Use the appropriate
jsp directive (<% page errorPage="..." %>).
  In your error page, retrieve the exception if it exist, and show it.

  Another way of debugging is to call directly the faulty tile, or try to isolate
it in a page inserting it only.

     Hope this help,

          Cedric

Ian Tomey wrote:

> Hi all
>
> got a tile page which is throwing an exception. unfortunately the
> returned page only shows the description of the exception, not the
> stack
> trace.
>
> any way around this?
>
> Cheers
> Ian
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to