Re: AjaxIndicatingButton

2015-12-04 Thread Martin Grigorov
t; > testButton2.setMarkupId("tb2"); > > testButton2.setOutputMarkupId(true); > > > > final Button testButton3 = new Button("test3"); > > testButton3.setMarkupId("tb3"); > > testButton3.setOutp

Re: AjaxIndicatingButton

2015-12-04 Thread sorinev
"test3"); > testButton3.setMarkupId("tb3"); > testButton3.setOutputMarkupId(true); > > Thanks, > -Mihir. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxIndicatingButton-tp4672874p4672879.html Sent from the Users

Re: AjaxIndicatingButton

2015-12-04 Thread Mihir Chhaya
gt; modified has to do target.addComponent(comp) and then wait for the > >> onSubmit() to return in order for it to take effect. > >> > >> However, I really need to have all three buttons be disabled immediately > >> if > >> *any* button is actively in

Re: AjaxIndicatingButton

2015-12-04 Thread sorinev
r the >> onSubmit() to return in order for it to take effect. >> >> However, I really need to have all three buttons be disabled immediately >> if >> *any* button is actively inside it's onSubmit() function (being >> re-enabled >> when the functio

Re: AjaxIndicatingButton

2015-12-04 Thread Mihir Chhaya
disabled immediately if > *any* button is actively inside it's onSubmit() function (being re-enabled > when the function returns is ok). Is this possible? > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/AjaxIndicatingButton-tp4

AjaxIndicatingButton

2015-12-04 Thread sorinev
cket.1842946.n4.nabble.com/AjaxIndicatingButton-tp4672874.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org