Add AttachedObjectHandler implementation when it is necessary
-------------------------------------------------------------
Key: MYFACES-2299
URL: https://issues.apache.org/jira/browse/MYFACES-2299
Project: MyFaces Core
Issue Type: Task
Components: JSR-314
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
javax.faces.view.AttachedObjectHandler interface was introduced to allow
object relocation, so attached objects (for example converters, validators,
behaviors) can be put on any place in the facelets abstract syntax tree.
This implies move all code related to the instantiation of this object to this
method and call it from apply() method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.