« Return to Thread: Displaying data from one Form to another

Displaying data from one Form to another

by pasanewa :: Rate this Message:

Reply to Author | View in Thread

I have 2 forms.

1. List Page
2. Edit page


I have an actionForm and a Action Class for both the forms.

When a Submit button is cicked in List Page for one DATA(a row),
that DATA must be displayed in the Edit Page for correction.

so in the Submit() function in Action1 (Listpage), How CAN I SET the form bean of Edit Page, or the ActionForm2..??? ANY IDEA??

I am new to Struts..so i dont know much about how to do this..



 « Return to Thread: Displaying data from one Form to another