Re: AW: How to do Button onclick() and Input onchange()

2009-10-29 Thread Lester Chua
Gesendet: Donnerstag, 29. Oktober 2009 08:54 An: users@wicket.apache.org Betreff: Re: AW: How to do Button onclick() and Input onchange() Hi Christian, Case 1: I've changed it to type submit but now I have an unintended side effect. Basically, in addition to processing my code, it seems to

RE: AW: How to do Button onclick() and Input onchange()

2009-10-29 Thread Stefan Lindner
.org Betreff: Re: AW: How to do Button onclick() and Input onchange() Hi Christian, Case 1: I've changed it to type submit but now I have an unintended side effect. Basically, in addition to processing my code, it seems to also perform the form submit which I was trying to prevent with t

Re: AW: How to do Button onclick() and Input onchange()

2009-10-29 Thread Lester Chua
Hi Christian, Case 1: I've changed it to type submit but now I have an unintended side effect. Basically, in addition to processing my code, it seems to also perform the form submit which I was trying to prevent with the 2nd button. Java Code class MyForm extends Form { public MyFo