Move RequestContextImpl._findRelativeComponent to public utility class
----------------------------------------------------------------------
Key: TRINIDAD-668
URL: https://issues.apache.org/jira/browse/TRINIDAD-668
Project: MyFaces Trinidad
Issue Type: New Feature
Components: Components
Affects Versions: 1.0.2-core
Reporter: Andrew Robinson
Assignee: Andrew Robinson
The method:
static private UIComponent _findRelativeComponent(
UIComponent from,
String relativeId)
on RequestContextImpl is a very handy method
Will move it to org.apache.myfaces.trinidad.util.ComponentUtils as this seems
the logical place for such a method
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.