I have a method that takes x and y and add them together and return the result. Now first InputText will take x and second takes Y. But I want to pass both X and Y to the same method so that public int addNumbers(int x, int y) will be called and return it. Any idea how? am very very new to JSF Thanks,
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Have a managed form
You need to declare managed bean and do the injection
See |
|||||||||||
|