You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by mu...@fantasymail.de on 2007/12/20 15:05:59 UTC

Re: Checkbox inside contrib:table (again)

The following example is clear:

<table jwcid="mytable@contrib:Table" columns="foo,bar,baz"
row="ognl:currRow"/>

<span jwcid="bazColumnValue@Block">
  <label><input type="checkbox" jwcid="@Checkbox"
selected="ognl:currRow.baz" /> Baz</label>
</span>


But what about the Java code? How do you get a list of selected objects back?
The checkboxes are not mapped to anything ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org