Hi,
When an input field is focused on, I'm trying to call a javascript function with the parameter for the function being a
JSF Expression Language value.
I know that this is allowed in regular
JSP's where you pass a
java variable to a function like so: onFocus="someFunction(<%= var %>)
So my question is what is the equivalent of this expression in ADF Faces using expression language (EL). This is the code that I have tried
in the onFocus attribute:
Thanks in advance for your help!