In JSF-Trinidad I am using the < tr:forEach > to iterate and display the details in list. Inside the <tr:foreach> I am using <trh:rowLayout> . I have to generated dynamic id for this row layout. For example , <trh:rowLayout id=”child<%=i%>”> . But using scriptlet in id attribute throws me illegalstateId exception.
Based on this id only I have expand or collapse this particular row.
Please help me in solving this issue. Thanks in advance.
Regards,
Supri
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Generate dynamic id for rowlayout in Trinidad