I've got a panel for which I am building a number of DropDownChoices.
Each must be selected, and if any one of them is not, a message must
be displayed in the corresponding feedback panel. The problem however
is that, with my HTML as such:
<table>
<tr wicket:id="reasons">
<td><span wicket:id="description"/></td>
<td><select wicket:id="options" name="options"/></td>
</tr>
</table>
the ${label} is always 'options' of course. How could I associate
different DropDownChoice components in this scenario with a little bit
more legible name (like 'description')
Let me know and best regards,
Steve
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]