Wicket CheckBox (Model problem)
Posted
by user312507
on Stack Overflow
See other posts from Stack Overflow
or by user312507
Published on 2010-04-09T05:02:32Z
Indexed on
2010/04/09
5:13 UTC
Read the original article
Hit count: 194
How can I make wicket to call CheckBox setObject every time form is submitted?
new CheckBox("booox", new IModel(){ .. .. .. });
Now it's called only IF value has changed. Please?
© Stack Overflow or respective owner