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.

[566 byte] By [HJaveda] at [2007-11-26 15:28:52]
# 1
Check here how to use datatables: http://balusc.xs4all.nl/srv/dev-jep-dat.htmlThe CRUD example in the EAR might be interesting.
BalusCa at 2007-7-8 21:45:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Respected Sir,Thank you very much for your kind response and thanks for the link. It is helpfull.Regards.Hasnain.
HJaveda at 2007-7-8 21:45:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...