Readonly Property of text field

Hi,

I need some clarification on readonly property of text field. I have a table and I set one of the columns to text field and changed the readonly property to true assuming when a user clicks on the text field I would use javascript to change the readonly property to false to allow the user to edit the data. But the problem is when I check the readonly property, the column shows redundant data rather than the data in the database. How do I obtain what I intend to? Please help me sort this.

Thanks in advance,

S

[542 byte] By [spotineni] at [2007-11-26 8:43:50]
# 1
This is a known bug (6391493).One work around is to set the disabled property true instead of the readonly property and put an edit button in the same column (select the mini checkbox to make it small). Use the onclick property of the edit button to enable the text field.
jetsons at 2007-7-6 22:25:25 > top of Java-index,Development Tools,Java Tools...
# 2
This bug was fixed in last Friday's hot fix, which you can get from the Update Center. See http://developers.sun.com/prodtech/javatools/jscreator/downloads/hotfixes/index .html
jetsons at 2007-7-6 22:25:25 > top of Java-index,Development Tools,Java Tools...