sorry typo i meant wickettester#executeAjaxEvent(button,"onclick")
On Thu, Aug 16, 2012 at 8:11 PM, vineet semwal <[email protected]> wrote: > that is expected behavior try > wickettester#ajaxEvent(button,"onclick") or it's path equivalent > > > On Thu, Aug 16, 2012 at 7:00 PM, JCoder <[email protected]> wrote: >> Furthermore, I found out that my test code calls "public void onSubmit();" >> instead of calling the overridden "protected void onSubmit(AjaxRequestTarget >> target, Form<?> form);" >> These overriden methods reside in my anonymous inner subclass of AjaxButton. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > regards, > > Vineet Semwal -- regards, Vineet Semwal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
