Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
JSF
display collection without getters n setters
chintan shah
Greenhorn
Posts: 7
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can a collection from a backing bean be displayed on a
jsf
page without writing the getters n setters for the collection in the bean???
and can a jsf display a local variable in a method of a backing bean???
Himanshu Gupta
Ranch Hand
Posts: 598
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
We have work around for that but it is not recommended.
You can name you function getXXX() and in JSF page bind like value="#{beanName.XXX}".
Hope this works.
My Blog
SCJP 5 SCWCD 5
chintan shah
Greenhorn
Posts: 7
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
is there any way to access a variable local to a method in the jsf page....if yes then please explain how.
Himanshu Gupta
Ranch Hand
Posts: 598
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The same variable you want to access can be returned by using some method.
If you are comfortable with scope concept then you will get the answer by yourself.
[ October 21, 2008: Message edited by: Himanshu Gupta ]
My Blog
SCJP 5 SCWCD 5
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
What is a bean?
Adding JSF components and binding them at Runtime
when is the backing bean instantiated
Display Different Sections while selecting different radio buttons
disabling and rendering components using private boolean - more elegant solution?
More...