[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4285) Sending email exception breaks the calling page renderer

Ionut Bucurescu (JIRA) jira-events at lists.jboss.org
Sat Jul 4 09:01:53 EDT 2009


Sending email exception breaks the calling page renderer
--------------------------------------------------------

                 Key: JBSEAM-4285
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4285
             Project: Seam
          Issue Type: Bug
          Components: Mail
    Affects Versions: 2.1.1.GA
         Environment: JBOSS  4.2.3 GA, RichFaces 3.3.1 CR3
            Reporter: Ionut Bucurescu
            Assignee: Pete Muir


I have a conversation scoped SFSB that has a method for sending emails. I call that method from a h:outputLink and get the email from an h:inputText.
The code is similar to the one included in seam distribution MailExample.
I'm able to send emails using that code and the faces message for success are displayed in the same page.
The problem appears when I provide an invalid email address or when for some reason the send fails. The problem is that the faces message with the error message is not displayed, the initial page is not rendered right(some css styles are not applied) and all s:links from the page calling the send action are prefixed by 'project' that comes from MockHttpServletRequest where is hard coded. 
I'm interested  also if there is some workaround. Thank you.

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

        



More information about the seam-issues mailing list