Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
Getting variable value which is set in JSF using javascript in igf_grid.js
posted

 Hi,

i have hidden variable which is update when the row is selected in GridView, and i need this value in java script, we are trying to modify in igf_grid.js

this.selectRow=function(domNode,select){

......
}}this.customFLT()};

in the customFLT() method just i am tring to print value using alert(of javascript) method, which works fine and i am able to see the value i have seleted from GridView, and i have to use this variable to some other method, when i removed the alert method than i am not able to get the selected value. if i add alert method than its works fine. and i have set " immediate="true" " of hiddenvariable in JSF.

please let me know what is causing this problem.

thanks in advance.

dayananda b v
 


Parents Reply Children