Hi Martijn, are you basically saving that with wicket there is no way I can not avoid the pagemap locking for a given ajax or iframe request when needed?
BTW web sockets aren't supported in IE8. On Mon, Nov 16, 2015 at 1:47 PM, Martijn Dashorst < [email protected]> wrote: > you probably should look into websockets if you don't want polling. > > Martijn > > On Mon, Nov 16, 2015 at 12:50 PM, Wayne W <[email protected]> > wrote: > > Hi, > > > > I have a page that has a AbstractDefaultAjaxBehavior which adds a new > panel > > in the ajax request. This new panel can be a long running process to > > generate some data. I'm find this is locking the page map so other > requests > > on that page get locked. > > > > How could I get around this aside from re-enginering the panel to > > poll/notify? Is is possible to create a new page map? I looked at the > > inline frame code but it doesn't seem to look any different regarding > the > > page map. I'd really like to avoid the polling solution if possible for > > various reasons. > > > > > > thanks > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
