Re: JavaScript onChange after onClick

2008-07-21 Thread cretzel
this message in context: http://www.nabble.com/JavaScript-onChange-after-onClick-tp18467010p18564659.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: JavaScript onChange after onClick

2008-07-20 Thread Timo Rantalaiho
Hello, Great that you could solve your issue, but I'll comment on a couple of things anyway. On Wed, 16 Jul 2008, cretzel wrote: We are doing validation via Ajax, so we decided to not to validate on each key press because of performance issues. Have you proved empirically (load testing,

Re: JavaScript onChange after onClick

2008-07-18 Thread cretzel
://www.nabble.com/JavaScript-onChange-after-onClick-tp18467010p18525139.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]

Re: JavaScript onChange after onClick

2008-07-16 Thread cretzel
://www.nabble.com/JavaScript-onChange-after-onClick-tp18467010p18481468.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]

JavaScript onChange after onClick

2008-07-15 Thread cretzel
after the onclick. So my question is, if this could have something to do with wicket's ajax JavaScript. Regards -- View this message in context: http://www.nabble.com/JavaScript-onChange-after-onClick-tp18467010p18467010.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: JavaScript onChange after onClick

2008-07-15 Thread Timo Rantalaiho
On Tue, 15 Jul 2008, cretzel wrote: I've got a Button and a TextField within a Form. The TextField uses an AjaxUpdatingBehavior for validation, which is fired onchange. The Button submits the form via Ajax onclick. In my case, sometimes the onchange event occurs after the onclick event (on the