[
https://issues.apache.org/jira/browse/MYFACES-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cagatay Civici resolved MYFACES-1566.
-------------------------------------
Resolution: Fixed
> Ability to Turn Off Generation of Component Client IDs
> ------------------------------------------------------
>
> Key: MYFACES-1566
> URL: https://issues.apache.org/jira/browse/MYFACES-1566
> Project: MyFaces Core
> Issue Type: New Feature
> Components: JSR-252
> Affects Versions: 1.2.0-SNAPSHOT
> Reporter: Cagatay Civici
> Assigned To: Mathias Broekelmann
> Fix For: 1.2.0-SNAPSHOT
>
>
> With the boolean prependId attribute of UIForm, it's possible to turn on/off
> the form id being attached as the prefix id of it's children.
> For a component tree like;
> <h:form id="form1">
> <h:inputText id="text1" ... />
> </h:form>
> With form's prependId=true, clientID of inputtext will be "form1:text1", when
> it's false it'll be "text1"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.