I do not have that problem: if session expires any action the user does
triggering a server round trip, AJAX or not, on a protected page redirects
me to the login page... Can you post more details?

Best,

Ernesto

2009/11/20 Carlo Camerino <carlo.camer...@gmail.com>

> yes we also have this prob lem.... For example i use a wicket in
> dicating ajax button in our logi n page. If thne user doesn t click a
> link that moves a page he will not be able to k now that the session
> has i ndeed expired. The screen o ly shows the rotating image  but
> nothing happens.  but if i use a normal submit li nk, im immeddiately
> redirected..
> Some clients didnt mind it bbut some clients do
>
> thanks
>
> On 11/20/09, Igor Vaynberg <igor.vaynb...@gmail.com> wrote:
> > afair any ajax interaction on an expired page causes the same reaction
> > as a non-ajax interaction - going to the page expired page. open a bug
> > with a quickstart if that is not the case.
> >
> > -igor
> >
> > 2009/11/19 David Matoušek <david.matou...@monetplus.cz>:
> >> Hi,
> >> I have a problem with ajax behavior, that i use to fill various
> dropdowns
> >> by
> >> data from database.
> >> When session expires(user was inactive), non-ajax controls correctly
> >> redirect me to some kind of Error page. Thats correct.
> >> Components that have defined ajax behavior to update another components
> >> don't redirect, and doesn't update another components either.
> >> Is that Wicket feature, or a bug? Can components with ajax behaviors be
> >> forced to redirect to error page on session expire like non-ajax ones
> do?
> >> Any suggestions?
> >>
> >> Thanks for reply
> >>
> >> David Matousek
> >>
> >>
> >>
> >>
> >> --
> >> Tato zprava byla prohledana na vyskyt viru
> >> a nebezpecneho obsahu antivirovym systemem
> >> MailScanner a zda se byt cista.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to