Re: Passing data from one form to another form using hyper link

2007-11-19 Thread Gary Affonso
Zhang, Larry (L.) wrote: Say I have page1 (form1) and page2 (form2), on page1 I have a hyper link. When I click on the hyperlink, it will call another action (let's say action2) which is associated to form2 in the struts-config.xml. My question is that how to make form1 data available in action2?

Passing data from one form to another form using hyper link

2007-11-19 Thread Zhang, Larry (L.)
Say I have page1 (form1) and page2 (form2), on page1 I have a hyper link. When I click on the hyperlink, it will call another action (let's say action2) which is associated to form2 in the struts-config.xml. My question is that how to make form1 data available in action2? Thanks. -