The below code needs to be replaced for Wicket 7.

var t = Wicket.Ajax.transports;

  for (var i = 0; i < t.length; ++i) {
 if (t[i].readyState != 0) {
  return true;
 }
  }

I'm migrating my application from 1.5 to 7. It is a part of Progress Mask
to block the screen (semi-transparent overlay) while it is in process .



On Mon, Oct 10, 2016 at 4:22 PM, Martin Grigorov <mgrigo...@apache.org>
wrote:

> Hi,
>
> There is no such thing in Wicket 6.x.
> What exactly you need to accomplish ?
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Mon, Oct 10, 2016 at 9:47 PM, durairaj t <durairaj....@gmail.com>
> wrote:
>
> > How to get "Wicket.Ajax.transports" in wicket 7?
> >
> > I'm getting error while executing the below script in wic7.
> > var t = Wicket.Ajax.transports;
> >
>

Reply via email to