Our code is as follows. It's not working for us. Thanks a lot
----
CheckBoxMultipleChoice appsCheckBox = new CheckBoxMultipleChoice("apps",
appList).setPrefix("<li>").setSuffix("</li>");
appsCheckBox.add(new AttributeModifier("title",true, new Model() {
@Override
public Serializable getObject() {
return "Test";
}
}));
---
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Adding-Title-or-AltText-to-CheckBoxMultipleChoice-tp3321054p3321319.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]