Displaying data from one Form to another

View: New views
1 Messages — Rating Filter:   Alert me  

Displaying data from one Form to another

by pasanewa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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..