Subject: ActionForm across multiple pages - confusion From: "David Chu" <[EMAIL PROTECTED]> === Hello, I will try to make this very brief: It is necessary for me to populate an ActionForm on two separate pages. So the sequence is: Action1 -> jsp1 -> Action2 -> jsp2 ->Action3
Suppose I specify some set of properties X that I gather with inputs on jsp1 and another set of properties Y that I gather with input on jsp2. However, it seems that if I do not include <html:hidden> tags on jsp2 for all of X, Action3 sees null values for all X. My ActionForm is in the request scope, but I am passing it along. So why aren't my values persistent? (this must be the 20th time I've been confused, thanks a lot for the help yall) -- -david ------------------------------ David C. Chu America Online Network Tools Intern ------------------------------ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

