I'm using Tobagos <tc:link> Tag inside of <tc:sheet> and accordingly in <tc:column>.
When i'm trying to set my own ID-String for the ID-attribute of the <tc:link>-Tag using a value from the sheetdata i get unfortunately an Error.

Here is the JSP:

<tc:sheet value="#{testForm.myData}"
                var="rowData"
                columns="*"
        rows="3"
                selectable="none">
   <tc:column label="Spaltenname 1" sortable="false" align="left">
           <tc:link label="#{rowData.value}" actionListener="#{testForm.click}" id="MyID_#{rowData.value}" />
   </tc:column>
</tc:sheet>


Is it a bug?  

Whats the best solution to recognize which link was clicked?



Adam A. Henne

Reply via email to