see if this doc on ListView + Checkboxes may give you a hint
https://cwiki.apache.org/WICKET/listview-with-checkboxes.html
.



On Wed, Sep 21, 2011 at 2:18 PM, wholalotta <ardaas...@gmail.com> wrote:
> Thanks but still couldnt figure out how will i set the boolean values
> according to the selected radiobutton in List? Can I do something with the
> index value? Is it stored in radiogroup that I attached my List into?
>
> Accessing the cell/row index:
>
> protected void populateItem(ListItem item) {
>        // cell index
>        item.getIndex();
>
>        // row index
>        ((Item)item.getParent().getParent()).getIndex();
> }
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/creating-a-textarea-with-a-radiobutton-using-Listview-tp3829602p3829760.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to