In JSF, How to call javascript after valueChangeListener of inputText.
862369May 17 2011 — edited May 17 2011Hi,
I am using JSF and facing one problem. I need to call javascript function after valueChangeListener of inputText is called.
I need to access hiddenValue in that Javascript function. but it is filled only in valueChangeListener function.
How i can make a javascript function called after that hiddenValue is set in valueChangeListener.
Please help.
thanks in advance,
Mitul Shah