Please provide a utility method that can create an absolute/scoped id reverse
matching algorithm in UIComponent.findComppnent()
-------------------------------------------------------------------------------------------------------------------------------
Key: TRINIDAD-1281
URL: https://issues.apache.org/jira/browse/TRINIDAD-1281
Project: MyFaces Trinidad
Issue Type: New Feature
Components: Documentation
Affects Versions: 1.2.10-core
Environment: Not applicable
Reporter: Prakash Udupa N
Currently JSF RI does not provide any API to generate absolute or scoped id's
that can be safely used in calls to UIComponent.findComponent().
This enhancement request is for providing such a utility method in Trinidad.
Many frameworks that extend Trinidad could have need for such a utility method
as is the case for us. Providing such method in top level framework like
Trinidad helps avoid duplicate and/or incorrect implementations around.
This method could go in org.apache.myfaces.trinidad.util.ComponentUtils class.
I can provide a patch for this soon.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.