I wish to use a Map as the table rows. This works fine (the Map values
are used automatically). But how do I access the individual Map keys
within the column. I wish to assign a select box name to the current
row object being iterated.

E.g. something like this:

        <display:table name="sessionScope.beans" uid="bean">
                <display:column title="" media="html">
                        <input type="checkbox" name="selectedIds"
                               value="<c:out
value="${sessionScope.beans.key}" />">
                </display:column>
          ...

Thanks.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to