Hello All,

I wanted to fetch the current value of 3 checkbox's on the submit button.
The "Checkbox" is not part of my form, instead its part of a Wicket Panel
called inside the form.

The hierarchy of checkbox values inside form object is shown in below
screenshot:-

<http://apache-wicket.1842946.n4.nabble.com/file/n4678317/Sample3.png> 

On Submit button of my form, I wanted to fetch all checkbox values and
update in database.
Here's the onSubmit method
@Override
protected void onSubmit(final AjaxRequestTarget target, final Form<?> form){
}

Can anyone please suggest how I can fetch these checkbox values inside
onSubmit() method by form object?

Thanks in advance.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Form-Children-values-tp4678317.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]

Reply via email to