Enabling a text field inside a table in JSF
Hello All,
I am using Netbeans and VWP 5.5. I am new to it as well as to JSF itself.
I have a table with three columns as text fields and another column with a button to edit a specific row. Initially the text fields are disabled and when the edit button is pressed, I would like to enable the text fields in the current row. Any suggestions on how to do this particular task. I wrote code to enable the text field but it enables all the text fields in all the rows. Your help/suggestions will be highly appreciated.
Regards.
Hasnain.

