Hi Martin,

thanks for your response. I've refactored the code to use a refreshing view. 
But there is still the same results.

Code can be found here: http://pastebin.com/dhqj8zHr

Do i need to use a special repeater?

Thanks
Per

> Gesendet: Mittwoch, 09. Juli 2014 um 10:13 Uhr
> Von: "Martin Grigorov" <mgrigo...@apache.org>
> An: "users@wicket.apache.org" <users@wicket.apache.org>
> Betreff: Re: Submit Inputs on ListView by StatelessForm
>
> 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
> >
> >
> 

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

Reply via email to