You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "David Evans (JIRA)" <ji...@apache.org> on 2006/05/02 02:26:19 UTC

[jira] Closed: (STR-890) swallows exceptions

     [ http://issues.apache.org/struts/browse/STR-890?page=all ]
     
David Evans closed STR-890:
---------------------------

    Resolution: Fixed

> <tiles:insert> swallows exceptions
> ----------------------------------
>
>          Key: STR-890
>          URL: http://issues.apache.org/struts/browse/STR-890
>      Project: Struts Action 1
>         Type: Bug

>   Components: Tiles
>     Versions: Nightly Build
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Stéphane Zermatten
>     Assignee: David Graham
>      Fix For: 1.2 Family

>
> By default, ImportTag only displays the error message of an exception that was
> thrown in a tiles in processException(). No class name, no stack trace. It's gone.
> It has to be recompiled with :
>   public final static boolean debug = true;
> to get to see the stack trace, which is what I need. 
> It's not convenient for developing; we need to see these exception. 
> This means I always have to recompile tiles before using it. 
> I would like ImportTag to either:
>  - always log exceptions using commons-logging (my favorite)
>  - forward the exception instead of swallowing it
>  - have some kind of property(?) to set debug to true without recompiling 
>  - do anything, as long as I get to see the stack trace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira