[richfaces-issues] [JBoss JIRA] Created: (RF-4333) drop down Menu Iteam selected

gopi b (JIRA) jira-events at lists.jboss.org
Fri Aug 29 02:29:38 EDT 2008


drop down Menu Iteam selected
-----------------------------

                 Key: RF-4333
                 URL: https://jira.jboss.org/jira/browse/RF-4333
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: gopi b


[JBoss JIRA] Created: (RF-4332) Rich menu drop down Item
				
	Inbox		X	
				
				
	Seam		X	
				
Reply to all
Forward
Reply by chat
Filter messages like this
Print
Add to Contacts list
Delete this message
Report phishing
Report not phishing
Show original
Show in fixed width font
Show in variable width font
Message text garbled?
Why is this spam/nonspam?
gopi b (JIRA)
 to me
	
show details 11:55 AM (2 minutes ago)
	
	
Reply
	
	
Rich menu drop down Item
------------------------

                Key: RF-4332
                URL: https://jira.jboss.org/jira/browse/RF-4332
            Project: RichFaces
         Issue Type: Bug
         Components: docs updated
   Affects Versions: 3.2.1
           Reporter: gopi b


I created Rich drop down menu Item, Displayed that menu also, But I selected one item page doesn't  move to another page this below code I used,


<rich:toolBarGroup location="right">
    <rich:dropDownMenu>
    <f:facet name="label">
    <h:panelGrid cellpadding="0" cellspacing="0" columns="1"
      style="vertical-align:middle">
    <h:outputText value="MyAccount" rendered="#{identity.loggedIn}"/>
    </h:panelGrid>
    </f:facet>
     <rich:menuItem submitMode="server"
      onclick="document.location.href='/changepass.xhtml'">
     <h:outputLink value="/changepass.xhtml">
     <h:outputText value="Change Password"></h:outputText>
     </h:outputLink>
     </rich:menuItem>
     </rich:dropDownMenu>       
     </rich:toolBarGroup>
   
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list