Hi!
I would like to use a readonly h:inputText, but JSF doesn't update the corresponding property of the backing bean. I checked with Live Http Headers that the browser sends the value in the input element, but on the other side it is null.
Why is that? JSF doesn't updates the model of a readonly inputText? Due to the HTML spec, a readonly input can be successful, and it is successfull, 'cause the browser send is back to the server. But JSF doesn't care with it.
(JSF RI 1.1_01, Tomcat 5.5.7)
-- Norbert Csík

