Re: Passing value from one form to another
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
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...