Re: ajax GET stopped because of precondition check

2011-07-06 Thread Martin Grigorov
9 on three different pc's. Can someone give me a clue why it won't >>>>> work >>>>> > in IE? (IE security settings are set to low, scripts etc are >>>>> > enabled/allowed, so I suppose ajax-requests can be performed... if >>>>&

Re: ajax GET stopped because of precondition check

2011-07-06 Thread Kurt Sys
ity settings are set to low, scripts etc are >>>> > enabled/allowed, so I suppose ajax-requests can be performed... if >>>> not, I >>>> > have no clue how to allow ajax in IE.) You may check it out: >>>> > http://www.tinyleaps.be >

Re: ajax GET stopped because of precondition check

2011-07-06 Thread Kurt Sys
e >>> > >>> > I've been checking on similar problems with lazyloadpanel in ie, and >>> the >>> > problem was known in 2008 (if it's the same, but it looks really >>> similar): >>> > http://www.mail-archive.com/users@wicket.apach

Re: ajax GET stopped because of precondition check

2011-07-05 Thread Kurt Sys
mail-archive.com/users@wicket.apache.org/msg18815.html >> > There seems to be a bug report and a 'fixed' status, although it doesn't >> > seem to work out fine for me - the last comment states that the fix is >> not >> > confirmed. Or I am missing someth

Re: ajax GET stopped because of precondition check

2011-07-03 Thread Kurt Sys
or there still something wrong with the precondition stuff and loading > the > > panel in IE: > > https://issues.apache.org/jira/browse/WICKET-1653 > > > > > > Ajax debug window (only these three lines): > > -- > > INFO: Ajax GET stopped because of preco

Re: ajax GET stopped because of precondition check

2011-07-03 Thread Martin Grigorov
the > panel in IE: > https://issues.apache.org/jira/browse/WICKET-1653 > > > Ajax debug window (only these three lines): > -- > INFO: Ajax GET stopped because of precondition check, > url:?wicket:interface=:3:mainpanel:bloglist:1:commentaar::IBehaviorListener:0: > INFO: Aj

ajax GET stopped because of precondition check

2011-07-02 Thread Kurt Sys
.apache.org/jira/browse/WICKET-1653 Ajax debug window (only these three lines): -- INFO: Ajax GET stopped because of precondition check, url:?wicket:interface=:3:mainpanel:bloglist:1:commentaar::IBehaviorListener:0: INFO: Ajax GET stopped because of precondition check, url:?wicket:interface=:3:mai

Re: ajax get stopped because of precondition check

2008-04-23 Thread Igor Vaynberg
you need to setup an item reuse strategy on the dataview/grid/watever so it retains the items across requests -igor On Wed, Apr 23, 2008 at 9:52 AM, Luca Marrocco <[EMAIL PROTECTED]> wrote: > 2008/4/23 Johan Compagner <[EMAIL PROTECTED]>: > > > i see that you use a cell. so it is a table view > >

Re: ajax get stopped because of precondition check

2008-04-23 Thread Luca Marrocco
2008/4/23 Johan Compagner <[EMAIL PROTECTED]>: > i see that you use a cell. so it is a table view interesting. i have tried to solve same problem using DataGridView and i have the same problem. > very likely is it that the component (toggle) isnt there on the page anymore > and when that happen

Re: ajax get stopped because of precondition check

2008-04-23 Thread Johan Compagner
uble using a AjaxFallbackLink. Rendering work fine but > when i click on element inside a cell (see AjaxFallbackLink("toggle")) > i read "INFO: Ajax GET stopped because of precondition check, > url:?wicket:interface=:1:rows:0:cells:0:toggle::IBehaviorListener:0:" > in aj

ajax get stopped because of precondition check

2008-04-23 Thread Luca Marrocco
Hi, i have a trouble using a AjaxFallbackLink. Rendering work fine but when i click on element inside a cell (see AjaxFallbackLink("toggle")) i read "INFO: Ajax GET stopped because of precondition check, url:?wicket:interface=:1:rows:0:cells:0:toggle::IBehaviorListener:0:"