I need to send values from bean class to JSF page for example: i need to set 3 values in bean class and that values should be set in field how can i do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by BalusC, Joseph Mastey, Alexis Pigeon, dty, M42 Jan 11 at 15:10
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Don't need to send values from bean class,Answer is simply use setProperty() so that you can assign the values in Bean class, and get them using getProperty() method whereever you needed. |
|||
|
|