[ 
https://issues.jboss.org/browse/RF-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716459#comment-12716459
 ] 

Adam Davis commented on RF-12421:
---------------------------------

I don't even know what Metamer is.

Doesn't work means it does not expand.

Here's the full footer I used (changing rich:messages to h:messages seems to 
fix the problem):

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:ui="http://java.sun.com/jsf/facelets";
        xmlns:f="http://java.sun.com/jsf/core";
        xmlns:h="http://java.sun.com/jsf/html";
        xmlns:t="http://myfaces.apache.org/tomahawk";
        xmlns:a4j="http://richfaces.org/a4j";
        xmlns:rich="http://richfaces.org/rich";>
        <ui:composition>
                <rich:panel id="messages" styleClass="message"
                        style="width: #{userSettingsBean.contentWidth}px;"
                        rendered="#{mainControl.facesMessagesCount gt 0}"
                        onclick="jQuery(this).hide('fade');">
                        <f:facet name="header">
                                <h:outputText value="#{labels.messageClose}" />
                        </f:facet>
                        <rich:messages errorClass="globalMessage" 
warnClass="globalMessage" />
                </rich:panel>
                <h:panelGroup id="footer" styleClass="footer">

                        <h:outputText id="copyright" escape="false"
                                value="#{labels.copyright}">
                        </h:outputText>

                        <h:outputText id="version" styleClass="version"
                                value="#{optionsAgent.version}" />

                </h:panelGroup>
        </ui:composition>
</html>

                
> menuGroup in dropDownMenu does not work when rich:messages present
> ------------------------------------------------------------------
>
>                 Key: RF-12421
>                 URL: https://issues.jboss.org/browse/RF-12421
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component
>    Affects Versions: 4.2.2.Final
>            Reporter: Adam Davis
>            Priority: Minor
>
> A menuGroup in a dropDownMenu will not work (in any browser) if there is a 
> rich:messages present in the page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to