[jboss-user] [Beginners Corner] - Problem with: rich:modalPanel & h:selectOneMenu
SergeST
do-not-reply at jboss.com
Thu Aug 21 14:38:25 EDT 2008
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>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171858#4171858
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171858
More information about the jboss-user
mailing list