When you take out "dojo-combobox" does it work?  If so, sounds like a dojo bug.

I can't think of a JSF reason why it would happen other than throwing
an exception while reading #{supplierBean.suppliers}.

On 2/28/07, Carlos Ortiz <[EMAIL PROTECTED]> wrote:
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