public final void pushComponentToEL(FacesContext context, UIComponent
component) crashes if component is null
-------------------------------------------------------------------------------------------------------------
Key: MYFACES-2484
URL: https://issues.apache.org/jira/browse/MYFACES-2484
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0-alpha
Reporter: Mark Struberg
from the JavaDoc:
> public final void pushComponentToEL(FacesContext context, UIComponent
> component)
> component - the component to push to the EL. If component is null the
> UIComponent instance that this call was invoked upon will be pushed to the
> EL.
This is e.g. used in the ajax4jsf UIDataAdaptor of RichFaces-3.3.3
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.