Re: AbstractDefaultAjaxBehavior ....shows the ajax indicator even if precondition script returns false.

2008-04-17 Thread atul singh
Behavior shows the ajax indicator even if > precondition > > script returns false. That means no call will be made actually to the > server > > right(And hence no indicator should be shown). I know i can have my own > > implementation to get this, but i wanted to use IAja

Re: AbstractDefaultAjaxBehavior ....shows the ajax indicator even if precondition script returns false.

2008-04-16 Thread Igor Vaynberg
file a bug in jira please -igor On Wed, Apr 16, 2008 at 6:52 PM, atul singh <[EMAIL PROTECTED]> wrote: > AbstractDefaultAjaxBehavior shows the ajax indicator even if precondition > script returns false. That means no call will be made actually to the server > right(And hen

AbstractDefaultAjaxBehavior ....shows the ajax indicator even if precondition script returns false.

2008-04-16 Thread atul singh
AbstractDefaultAjaxBehavior shows the ajax indicator even if precondition script returns false. That means no call will be made actually to the server right(And hence no indicator should be shown). I know i can have my own implementation to get this, but i wanted to use IAjaxIndicatorAware Should