You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2009/06/14 16:40:25 UTC

jsf component id/name are the same, remove name attribute?

For jsf, the generated id/name for a component are the same. for example,
 
<div id="panelLayout:menuNavigation:table1:0:nodeLabel" name="panelLayout:menuNavigation:table1:0:nodeLabel">
 
...
</div>
 
it is too long, especially for mobile devices. Is it ok to remove name attribute? it would reduce the network traffic greatly.
 
Thanks,
Dave