1 Reply Latest reply on Dec 27, 2012 5:19 PM by gastaldi

    maxlength instead of maxLength in generated xhtml files

    hanynowsky

      In the XHTML files generated by FORGE (latest version as well), we find for example :   <h:inputText maxLength="2" ...../>

      it should be  <h:inputText maxlength="2" ...../>  with the attribute maxlength's letter L being lowercase.

       

      JBoss Studio or Eclipse won't complain about it. Yet, Netbeans does.

       

      Or Am I being wrong?