Disable ajaxbutton until process is done

2008-03-11 Thread Mathias P.W Nilsson
but it happens to late. How can I disable the input type button? -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15976490.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable ajaxbutton until process is done

2008-03-11 Thread Gerolf Seitz
with this.setEnabled(false); target.addComponent(this); in the onSubmit but it happens to late. How can I disable the input type button? -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15976490.html Sent from the Wicket - User mailing list

Re: Disable ajaxbutton until process is done

2008-03-11 Thread Mathias P.W Nilsson
OK! I'm a newbie so could please enhance this a little? -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15982628.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable ajaxbutton until process is done

2008-03-11 Thread Mathias P.W Nilsson
script+document.getElementById('create').disabled=false;; } }; } -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15988543.html Sent from

Re: Disable ajaxbutton until process is done

2008-03-11 Thread Gerolf Seitz
;; } }; } -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15988543.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable ajaxbutton until process is done

2008-03-11 Thread Mathias P.W Nilsson
Thanks =) Works great! -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15993390.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe