0 Replies Latest reply on Aug 21, 2008 2:38 PM by sergest

    Problem with: rich:modalPanel & h:selectOneMenu

    sergest

      Hi!

      I'm new with rich faces and I need some help.
      My problems appears when I try to use a rich:modalpanel.
      When it appears after clicking a button, all controls are blocked except the h:selectOneMenu.
      And I don't know why :(

      I have searched a lot and I couldn't find the solution to this problem Can someone help me?

      I'm using: IE 6.0.2900 / rich faces 3.1.5 / my faces 1.1.5.

      Thanks!
      Sergio.

      http://img65.imageshack.us/img65/5679/errorcq2.jpg

      <rich:modalPanel id="ccModalPanelID" top="0">
       <f:facet name="header">
       <h:panelGroup>
       <h:outputText value="Modal Panel"></h:outputText>
       </h:panelGroup>
       </f:facet>
       <f:facet name="controls">
       <h:panelGroup>
       <h:graphicImage value="/img/close.png" id="hidelink"/>
       <rich:componentControl for="ccModalPanelID" attachTo="hidelink" operation="hide" event="onclick"/>
       </h:panelGroup>
       </f:facet>
       </rich:modalPanel>
      
      ...........
      
       <f:facet name="header">
       <h:outputText value="General Info" />
       </f:facet>
      
       <h:outputText value="Carrier Country:"
       title="selecting the country will populate the list of carriers"></h:outputText>
       <h:selectOneMenu value="#{generalinfobean.carrierCountry_lookup_nbr}" >
       <f:selectItems value="#{generalinfobean.countries}" />
       </h:selectOneMenu>
       <h:outputText />
       <h:outputText />
      
       <h:outputText value="Carrier Name:" title="limited by country"></h:outputText>