Hi,

ListView have special requirements when being used in a Form. See
ListView#setReuseItems(boolean) javadoc.

I guess it is better to use another repeater when you want to keep the page
stateless.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Wed, Jul 9, 2014 at 11:08 AM, Per Newgro <per.new...@gmx.ch> wrote:

> Hi,
>
> i try to submit some (repeated) fields by a stateless form.
>
> You can find the code here: http://pastebin.com/AQ6m0EKT
>
> If i use a basic Form.class in my scenario everything works as expected.
> But with a stateless form i can not make it.
>
> The exact same configuration without any listview works by using the
> stateless form.
> But that requires me to add all fields without an "automatic" repeating.
>
> So my question is: How can i submit multiple (repeated) input fields by a
> stateless form?
>
> Thanks for your support
> Per
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to