[
https://issues.apache.org/jira/browse/MYFACES-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848690#action_12848690
]
Jakob Korherr commented on MYFACES-2615:
----------------------------------------
Thank you, Martin :)
Here is the link to the related spec issue:
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=775
I am now going to commit the patch!
> Conversion errors should add a FacesMessage instead of throwing a
> FacesException
> --------------------------------------------------------------------------------
>
> Key: MYFACES-2615
> URL: https://issues.apache.org/jira/browse/MYFACES-2615
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-beta-3
> Reporter: Jakob Korherr
> Assignee: Jakob Korherr
> Attachments: MYFACES-2615.patch
>
>
> While working on MYFACES-2614 I ran into the problem that, if a conversion
> fails, the error page is displayed with the related ConverterException. This
> should not happen, instead a FacesMessage describing the conversion error
> should be added to the FacesContext.
> See section 2.2.3 Process Validations (or also section 2.2.2. Apply Request
> Values for components with immediate set to true) of the JSF 2.0 spec:
> "Conversions and Validations that failed will have caused messages to be
> enqueued via calls to addMessage()...".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.