Hi,

Is it possible to use use two forms in one action?
For example, ActionForm1 has two instance variable userID and name
and is already populated and Action1 gets done. During another
Action2, ActionForm2 is populated but ActionForm2 has no instance
variable userID. In Action2, userID is needed to something like
querying the DB. Can I use ActionForm1.userID which is already
populated in Action2? If can not, how to work around the problem(
use a value inputed by user just once in many actions?)

Thanks in advance

Victor

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to