Maybe you use this idea
http://cwiki.apache.org/confluence/display/WICKET/Generic+Busy+Indicator+(for+both+Ajax+and+non-Ajax+submits)

or create some kind of veil that is activated each time you have an AJAX
request.The veil will prevent you from preforming any action while AJAX is
active. I use this last approach.

Ernesto

On Thu, Dec 18, 2008 at 5:16 PM, miro <miroconn...@yahoo.com> wrote:

>
> Is there any other indicator which disables the page so that user is not
> cannot perform any other action ?
>
>
> Michael Sparer wrote:
> >
> > Create your own, it's quite easy. Extend from
> AjaxFallbackDefaultDataTable
> > and let it implement IAjaxIndicatorAware, add an WicketAjaxAppender (see
> > e.g. IndicatingAjaxLink how to do that) and you're done
> >
> > regards,
> > Michael
> >
> >
> > miro wrote:
> >>
> >> I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we
> >> have any ?
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21075428.html
> Sent from the Wicket - User 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
>
>

Reply via email to