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

        

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to