Yariel Ramos Moreno wrote:
Hi:

I have a form with a text area (input) and whe I submit it, I need to
show this value in the input field of another form. How can I do
this??


One solution is to use common form bean for both forms, and keeping that in session scope maybe.

I'm pretty new to struts, but in my current project I have only one bean named as "Document", and 11 different forms (jsp's) working on it. As different "views".



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to