[ 
http://www.stripesframework.org/jira/browse/STS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11622#action_11622
 ] 

Frederic Daoud commented on STS-635:
------------------------------------

Hi Jonathan,

Could you post a bit more code so that we can reproduce?

1. the JSP
2. the ErrorActionBean


> Rare case of exception loop
> ---------------------------
>
>                 Key: STS-635
>                 URL: http://www.stripesframework.org/jira/browse/STS-635
>             Project: Stripes
>          Issue Type: Bug
>         Environment: stripes 1.5
>            Reporter: Jonathan Scher
>         Attachments: err
>
>
> I have an exception loop :
>       public Resolution handle(Exception exception, HttpServletRequest req,
>                       HttpServletResponse res) {
>       logger.error("Error : " + exception.getMessage(), exception);
>         new ForwardResolution(beanClass, action);
>         }
> One of my JSP throws a nullPointerException. Then Stripes handle the error, 
> but.... tries to bind a property from the jsp to my "ErrorActionBean". This 
> doesn't work, as my Error class hasn't got any properties. Then it throws an 
> exception, and here we go again. I'll try to add a trace as log...

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

        

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to