RE: Anonymous User

2004-05-18 Thread Anthony Smith
Users List Subject: Re: Anonymous User On May 17, 2004, at 1:17 PM, Anthony Smith wrote: > I tried that but I think the problem is in my session validator. > > This little bugger right here. > data.getUser().setTemp("locale", locale); > > I had it where it never got s

Re: Anonymous User

2004-05-17 Thread David Sean Taylor
On May 17, 2004, at 1:17 PM, Anthony Smith wrote: I tried that but I think the problem is in my session validator. This little bugger right here. data.getUser().setTemp("locale", locale); I had it where it never got set but then my pageloader blew up. I guess because every page looks for a locale?

RE: Anonymous User

2004-05-17 Thread Anthony Smith
David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 3:17 PM To: Jetspeed Users List Subject: Re: Anonymous User On May 17, 2004, at 12:58 PM, Anthony Smith wrote: > Has anyone found a way or implementing the portal in such a way where > you do > not have to worry baout

Re: Anonymous User

2004-05-17 Thread David Sean Taylor
On May 17, 2004, at 12:58 PM, Anthony Smith wrote: Has anyone found a way or implementing the portal in such a way where you do not have to worry baout the naonymous user? I can put some stuff in the code to fake an anonymous users, but in actuality I di not even want to fake it. I defintely do