[ 
https://issues.apache.org/jira/browse/TOBAGO-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689585#comment-15689585
 ] 

Udo Schnurpfeil commented on TOBAGO-1543:
-----------------------------------------

suffix (fieldid) must not be used, when labelLayout=skip

> Paradigm: The clientId shoud be rendered in the local root element in HTML
> --------------------------------------------------------------------------
>
>                 Key: TOBAGO-1543
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1543
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Themes
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 3.0.0-alpha-3, 3.0.0-beta-1, 3.0.0
>
>
> This is required for AJAX updates.
> Example: <tc:in> may be rendered as
> {code}
> <div id="clientId">
>   <label>Label</lable>
>   <input type="text" name="clientId" />
> </div>
> {code}
> As you can see, the clientId will be rendered as *name* attribute for the 
> <input> tag, because the POST request needs to be identify the request 
> parameter name.
> The clientId should also be rendered as *id* attribute for the outer <div> 
> tag, so that this piece of DOM can be replaces via AJAX.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to