Thanks, that makes sense. > -----Original Message----- > From: Jeff Beal [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 17, 2005 2:07 PM > To: Struts Users Mailing List > Subject: Re: Correct Prepopulate Method > > With redirect="true", Struts sends an HTTP redirect command > to the browser, which then makes a request directly to the > JSP page. That means that your action and your JSP page are > in two *different* requests. Thus, anything that your Action > placed into request scope is gone. > > (I'm surprised that nobody earlier in the thread asked you to > look at this. It's almost *always* the culprit in this sort > of problem.) > > > On Thu, 17 Mar 2005 10:19:35 -0700, Schuster Joel M Contr > ESC/NDC <[EMAIL PROTECTED]> wrote: > > > Like I said, I'm not really sure why the redirect = "true" > would give > > me problems, but as soon as I changed it to false everything worked. > > > > Thanks for all of your patience reading all this. > > > > -- > Jeff Beal > Webmedx, Inc. > Pittsburgh, PA USA > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]