Hello,

here my jsp:

...
<tr:table id="personManagementTable" binding="#{personManagementActions.table}"
value="#{personen.dataModel}" var="row" rows="10" 
partialTriggers="personManagementTable" rowSelection="multiple"
autoSubmit="true" width="60%" summary="Person List" rowBandingInterval="1"
selectionListener="#{personManagementActions.selectEvent}">
...


the default table header of the column where you can select the rows in, always 
have
this short id in the generated target jsp like:


<th id="j_id9" width="1%" ...

Just "j_id9" in every table. All other table header are build like this:



<th id="personManagementForm:personManagementTable:j_id_jsp_1196182328_9" ...

<th id="personManagementForm:personManagementTable:j_id_jsp_1196182328_12" ...

They are always unique if the table id is unique.

Is there any way to get the id of selection table header unique? How? Or is 
this aim or a bug?


Mit freundlichen Grüßen / Best regards
Sincères salutations / Atentamente
Martin Piekorz

Reply via email to