Hi, suppose I have 2 actions which each has its own action form A1 will have F1 A2 will have F2
and we have JSP1, JSP2 and JSP3 it is like a 2 steps wizard, user first access JSP1 and when submit, A1 is executed and populate F1, it then forward to JSP2 user will select some data in JSP2 and when submit, A2 is executed and populate F2 The question is the data need to populate F2 is determined by what user select on F1, but only one action form can be associated to action. How do A2 know what user has selected?? any help will be appreciated --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]