Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
2  
JSF tutorial – McDowell Jan 11 at 10:28
@McDowell thanks anyway i need specific solution for my query ! – Vijay RV Jan 11 at 10:38

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.