Programming Tutorials

Comment on Tutorial - Using Javascript in JSF By Andrew Robinson



Comment Added by : rohit

Comment Added at : 2008-04-02 09:07:41

Comment on Tutorial : Using Javascript in JSF By Andrew Robinson
Hello Sir,

Is there a way to use JSF in javascript?
I want to store a value retrieved from a managed bean and trigger a javascript function based on the value.In simple words can I use

var name"#{userAdminBean.lastName}" in javascript function?

Thank You
Rohit


View Tutorial