El jue, 15-03-2007 a las 11:18 +0100, Pfau, Oliver escribió: > Hi, > > what is meaning of this message: > > "WARNING: There should always be a submitted value for an input if it is > rendered, its form is submitted, and it is not disabled or read-only > . Component : <...inputText>" > > <...inputText> is an input text field which could be enabled or disabled > by javascript. I have other input text fields without this message. Any > idea ? > > Regards, > Oliver
I had the same problem in a very complex form. My solution: reenable all the inputs in the client side before submit.

