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

