the point of the editor is that it is transactional. eg when you
create it the first thing it does is copy the model list into its
storage. if you edit the model before submitting the form the
listeditor will not reflect these changes because it operates on the
internal copy of the list...

-igor

On Mon, Nov 30, 2009 at 7:47 AM, Steffen Dienst
<steffen.die...@gmail.com> wrote:
> Hello friendly folks,
>
> I'm experimenting with the ListEditor as introduced at
> http://wicketinaction.com/2008/10/building-a-listeditor-form-component/.
> After implementing a move up/down functionality (see
> http://gist.github.com/245506), I'm getting problems as soon as I add
> TextFields to a ListItem. The textfield values do not change, although
> shuffling around the backing list seems to work. As EditorButton doesn't
> process the form, each textfield seems to keep it's raw input instead of the
> updated model value.
> Does anybody see my hopefully blatant error?
>
> Steffen Dienst
>
> ---------------------------------------------------------------------
> 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

  • Listeditor Steffen Dienst
    • Re: Listeditor Igor Vaynberg

Reply via email to