Hi, What exactly is the problem with using AjaxFormSubmitBehavior ? It should collect the name/value pairs of all form elements and send them to the server.
Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 2:45 PM, Marieke Vandamme <[email protected]>wrote: > Hello, > > I know it's possible to use this components: > - AjaxFormChoiceComponentUpdatingBehavior: on choices/groups to perform > action when value is chosen. Only the value of the current form component > is > send to the form bean on server side. > - AjaxFormSubmitBehavior: can be used on component to send values of all > form fields to server. But can not be used on choices/groups. > > Is it possible to combine those 2? > Thanks ! Kind Regards, Marieke Vandamme > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/use-AjaxFormChoiceComponentUpdatingBehavior-to-submit-form-tp4665315.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
