Hello list,

I'm trying to set checkboxes with junit but without significant success. My trouble is to find checkboxes. I've not found any way to access it if I use CheckBoxMultipleChoice. With CheckGroup I get access with Visitor

tester.getLastRenderedPage().visitChildren(Check.class, new
            IVisitor<Component>() {
                public Object component(Component component) {
if(component.getDefaultModelObject().equals("TestLabel"))
[...]

but it's very ugly way. Any suggestions?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to