This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: rich:inplaceSelect can not work in rich:modalPanel tagafoures Aug 29, 2008 6:14 AM (in response to afoures)this is the example with a rich:modalPanel : <rich:modalPanel id="mp" minHeight="200" minWidth="50" height="480" width="780" zindex="2000"> <f:facet name="header"> <h:outputText value="test" /> </f:facet> <f:facet name="controls"> <h:graphicImage value="../../image/calendar/close.gif" style="cursor:pointer" onclick="Richfaces.hideModalPanel('mp')" /> </f:facet> <a4j:outputPanel id="histoTc" style="padding:5px;height:100%;overflow:auto" layout="block"> <rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}" defaultLabel="Click here to edit"> <f:selectItem itemValue="0" itemLabel="Option 1" /> <f:selectItem itemValue="1" itemLabel="Option 2" /> <f:selectItem itemValue="2" itemLabel="Option 3" /> <f:selectItem itemValue="3" itemLabel="Option 4" /> <f:selectItem itemValue="4" itemLabel="Option 5" /> </rich:inplaceSelect> </a4j:outputPanel> </rich:modalPanel>
 Thanks for your help...
- 
        2. Re: rich:inplaceSelect can not work in rich:modalPanel tagilya_shaikovsky Aug 29, 2008 6:34 AM (in response to afoures)what do you mean by "isnt work!"? Is a component not accessible? 
 Could you also check 3.2.2 CR1?
- 
        3. Re: rich:inplaceSelect can not work in rich:modalPanel tagtromanovich Aug 29, 2008 7:34 AM (in response to afoures)Try to use value of zindex attribute less than 2000 (e.g. 1000) (and 3.2.2.CR1) 
- 
        4. Re: rich:inplaceSelect can not work in rich:modalPanel tagtromanovich Aug 29, 2008 8:34 AM (in response to afoures)I didn't use zindex and marked some errors: https://jira.jboss.org/jira/browse/RF-4338 and https://jira.jboss.org/jira/browse/RF-4337. 
 Do you mean the same?
 
     
    