Originally posted by Shibin Paul:
Is it possible to use the same ActionForm across multiple actions?
Yes, it is. Just refer to the same form-bean name in each action mapping.
Originally posted by Shibin Paul:
How do you get the data into another action which is not part of the original action mapping in struts-config file?
Suppose you have just submitted a form to an action that uses ActionForm1 and you want to pass the value of the property
foo to another page that uses ActionForm2. The following code would do the job.
[ May 07, 2007: Message edited by: Merrill Higginson ]