ivaynberg / wicket-select2

Provides integration between Apache Wicket and Select2
64 stars 50 forks source link

Two Select2MultiChoice components per form #77

Open bpappin opened 10 years ago

bpappin commented 10 years ago

For some reason, I seem to not be able to add two select2 components tot he same form. Only the first Select2MultiChoice component is ever rendered.

Is this be design or accident?

ivaynberg commented 10 years ago

two should work just fine...

bpappin commented 10 years ago

Thats what I thought, but they are not :) I had to quickly rip them out and am using another component for the task, so I didn't have time to investigate, but it looks like it has something to do with the rendering, since Wicket didn't give me an error when I had both on the page.

tgoetz commented 10 years ago

Can you provide a quickstart that demonstrates this behavior?