Re: Passing value from one form to another

2006-03-15 Thread Jari Fredriksson
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 st

Passing value from one form to another

2006-03-11 Thread Yariel Ramos Moreno
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?? Thanks in advance...