> Have you check the servlet log to see if the stack trace is reported ? yep, nothing there > 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. Well this is a JspException throw from a struts tag - which sets that property. > 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. its not getting that far i believe - its being caught inside tiles. the rest of the page continues processing as my footer comes up ok -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

