Udo Schnurpfeil created TOBAGO-1543:
---------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)