Update JSF 2 version of 3.3.x to use built-in exception handler
----------------------------------------------------------------
Key: RF-8524
URL:
https://jira.jboss.org/jira/browse/RF-8524
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: core, JSF 2.0
Affects Versions: 3.3.3.CR1
Reporter: Nick Belaevski
Assignee: Andrey Markhel
Fix For: 3.3.3.Final
Implement support for built-in exception handlers in 3.3.x.
To achieve this:
1. Compare AjaxViewRoot#broadcastEvents method with
UIViewRoot#broadcastEvents(FacesContext, PhaseId).
2. Replace AjaxViewRoot#broadcastEvents method with
UIViewRoot#broadcastEvents(FacesContext, PhaseId) for JSF 2 branch of code.
3. Make sure events are being delivered properly. Subclasses of AjaxEvent (queued for
RENDER_RESPONSE phase) should be checked either as action & value change events.
4. Check that exceptions from action listeners are handled the same as in JSF 1.2.
5. Attach custom exception handler and check that it actually works.
--
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