I have a Datatable. what I am doin is when a row is clicked. I call javascript function and find the index of the clicked row,set index of the clicked row in hidden field h:inputHidden. Value is getting set in the hidden field.
I have a commandlink on my page with a action.In the action I want this index value which is now in Hidden Field on my
JSF . Please can you tell me how to retrieve the hidden field value from jsf page in my backing bean?