wicket-select2
wicket-select2 copied to clipboard
Is it possible to create a Select2MultiChoice that doesnt use Ajax?
Can the current Wicket-Select2 implementation of Select2MultiChoice work without Ajax? i.e. I send all the choice data to the client on init, and on form submit, the selected values/ids are sent back in a single json string?