Hi i'm having a problem when i use :

<h:selectOneMenu styleClass="dojo-combobox" value="#{searchParam.idCatStant}" > <f:selectItems value="#{supplierBean.suppliers}" /> </h:selectOneMenu>
   More code goes here

the problem is that  after  </h:selectOneMenu> does not render,
actually the "combo box" is no finish render but the browser (IE6,IE7 , FF 2.x and Opera)says its done and the generate html code is randomly unfinish example
 <option "value">description></option>
 <option "
the problem is when the supplierBean.suppliers are when the supplierBean.suppliers.length is > 65

using Myfaces 1.1.6
       tomahawk 1.1.5
        Sun JDK 5 update on Windows xp
.

Reply via email to