skip to main
|
skip to sidebar
Tech stuff
Monday, February 16, 2009
Java Server Faces - obtaining value binding in java
FacesContext context = FacesContext.getCurrentInstance();
ValueBinding binding = context.getApplication().createValueBinding("#{user.name}");
String name = (String) binding.getValue(context);
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
My Rolodexo Card
Facebook Badge
ParentNet.in
Promote Your Page Too
About Me
View my complete profile
The sites I visit
Times of India
Slashdot
What's the best user interface framework?
Followers
Blog Archive
►
2011
(2)
►
October
(1)
►
September
(1)
►
2010
(1)
►
June
(1)
▼
2009
(14)
►
December
(1)
►
September
(1)
►
August
(1)
►
July
(1)
►
June
(2)
►
April
(1)
►
March
(3)
▼
February
(4)
Maven practice
Developing an ADF/Faces-Toplink application
More JSF
Java Server Faces - obtaining value binding in java
No comments:
Post a Comment