I already created the bean, and it gets the value from the textbox, my problem is how can i pass it to another java class?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just pass it as method argument the usual Java way. You can do it in the action method. E.g.
with
|
|||
|
|