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

Hudson commented on TOBAGO-1543:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago 3.0.x #622 (See 
[https://builds.apache.org/job/Tobago%203.0.x/622/])
TOBAGO-1543: Paradigm: The clientId shoud be rendered in the local root element 
in HTML
* suffix (fieldid) must not be used, when labelLayout=skip (lofwyr: 
[http://svn.apache.org/viewvc/?view=rev&rev=1770938])
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFile.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIInput.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectBooleanCheckbox.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectManyListbox.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectManyShuttle.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectOneChoice.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectOneListbox.java
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/CommandRendererBase.java


> 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