The following example is clear:

<table jwcid="[EMAIL PROTECTED]:Table" columns="foo,bar,baz"
row="ognl:currRow"/>

<span jwcid="[EMAIL PROTECTED]">
  <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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to