this is pretty simple, but there are a few things to consider

a) the obvious: create a form and put the pageable listview into it. instead
of adding labels add textfields for each row.

b) call setreuseitems(true) on the pageable listview

c) override links in the navigator with submit links

i think that should be it

-igor


On 8/3/07, James Crosthwaite <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> I'm relatively new to Wicket and i have a query about creating an editable
> list. My query is simply, is it even possible?
>
> Basically i have a list of objects, currently displayed in a
> PageableListView, that i want the user to be able to edit. They should be
> able to edit any of the rows and then click a button to save all changes
> that they may have made to each row.
>
> I've tried using DataBinder which didn't help as i could only edit one
> object at a time, however i cannot now work out how to achieve this or
> even
> if it is possible!
>
> If anyone has any ideas that would get me started i would be most
> grateful!
>
> Many thanks in advance
> --
> View this message in context:
> http://www.nabble.com/Is-this-even-possible...--tf4213555.html#a11986760
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to