Hubert Rabago <[EMAIL PROTECTED]> wrote: > How about putting some log statements around the code which sets the > request attribute? That'll assure you that the code is getting > executed, and that the data you're putting there actually has values > in them.
No I haven't, but that's a good idea. I'll try it and see what is happening. > Have you tried re-requesting home.do after a successful login? Does > the data show then? Yes, when I re-request the data is there. It's only when I forward that it isn't there. > Also, have you considered redirecting to home.do instead of chaining > the two actions? I tried redirecing but I ran into the same problem. > There were a lot of discussion about the problems with chaining > actions sometime last year, but I wasn't around for most of it. Yeah, I read on the Struts web site that chaining is not the best thing to do, but I'm really not sure at this point how I can get around that. Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

