JSF input text readonly issue
843844Jan 24 2008 — edited Jan 24 2008Hi All,
I have one input text field. Its readonly attribute is set to true. The value in this field is "JAVA RANCH".
Now using javascript I make thsi field enable by setting readonly="false".
After enabling this field, I enter some new data like "SUN JSF".
When I click on the submit button the backing bean is not getting update with the new value "SUN JSF". The set method of the bean whcih is associtaed with this field is not called.
My backing bean is in session scope.
any idea why this data is not submitted to server even though the feild is now enabled?
Thanks,
vebs