I guess one way you could do this is to use t:dataList instead.   You
could then design your layout to work however you wanted since
t:dataList doesn't output any html tags.

It seems like there may have been some row-styling tags added to
t:dataTable so that you could do this differently.   Ie, instead of
setting a different id for each row, you'd just set a different css
style for the selected row.   However, I've never tried to this
myself.

On 12/19/05, Matias Gomez Carabias <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi all, I have the following question, is there anyway to assign an id to
> each <tr> in the rendered h:dataTable? For example set the id of the tr to
> de id of the bean that's being iterated over?
>
>
>
> I need this because I have to do a javascript function to paint the row of
> the table when the item Is selected by an <h:selectBooleanCheckbox>.
>
>
>
> Thanks a lot
>
>
>
> Matias Gomez Carabias

Reply via email to