Added https://issues.apache.org/jira/browse/WICKET-1893 WICKET-1893
jwcarman wrote: > > Since this is not so obvious, we should probably file a request in > JIRA to add a checkbox-specific method to FormTester. Care to take > care of that, since you found the issue? > > On Thu, Oct 23, 2008 at 9:15 AM, Minto van der Sluis > <[EMAIL PROTECTED]> wrote: >> >> Thx that did the trick :-) >> >> For those who that come after me >> >> formTester.setValue( getCheckboxPath(), "on" ); // check >> formTester.setValue( getCheckboxPath(), "off" ); // uncheck >> >> regards, >> >> Minto >> >> -- >> View this message in context: >> http://www.nabble.com/how-to-unittest-a-checkbox-tp20106917p20130698.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-unittest-a-checkbox-tp20106917p20145430.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
