I only toggle the disabled attribute of the input from true to false. If true the warning appears....if false it does not. I do not toggle read-only.
-----Ursprüngliche Nachricht----- Von: Mike Kienenberger [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. März 2007 16:37 An: MyFaces Discussion Betreff: Re: MyFaces 1.1.5 warning message on console Oliver, If the error goes away after you switch from disabled to read-only, can you please open a JIRA issue on the error message? We should change it to remove the part about read-only. On 3/16/07, Pfau, Oliver <[EMAIL PROTECTED]> wrote: > No I am using no AJAX. > > -----Ursprüngliche Nachricht----- > Von: Jeff Bischoff [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 15. März 2007 18:48 > An: MyFaces Discussion > Betreff: Re: MyFaces 1.1.5 warning message on console > > Are you using AJAX? > > Pfau, Oliver wrote: > > 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 > > > > > > > > > >

