[EMAIL PROTECTED] wrote on 10/14/2005 02:58:10 PM: > On 10/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > "David G. Friedman" <[EMAIL PROTECTED]> wrote on 10/14/2005 02:51:13 > > PM: > > > > > If you are doing a logout, wouldn't it be quicker to do an > > immediate="true" > > > along with your action invocation? Then you could skip the other > > phases. > > > It is in your logout/logoff after all, right? > > > > Oh, I guess that is an idea... mayeb I will try it but my question still > > remains I guess..:) > > > Actually, it's a pretty good idea ... if your logout button is *not* > immediate, then any validation rules on that page will still be executed. > And, if any of those validations fail, you'd be returned to the same page > again instead of executing the logout action.
No, that's what is wierd. I have breakpoints set and the LogActions.logoff() method is ceratinly called.. > Craig > Geeta