[richfaces-issues] [JBoss JIRA] Created: (RF-7500) HtmlPanelMenu.getSelectName() returns penultimate selection

arne anka (JIRA) jira-events at lists.jboss.org
Thu Jul 9 05:11:41 EDT 2009


HtmlPanelMenu.getSelectName() returns penultimate selection
-----------------------------------------------------------

                 Key: RF-7500
                 URL: https://jira.jboss.org/jira/browse/RF-7500
             Project: RichFaces
          Issue Type: Bug
         Environment: richfaces contained in seam 2.0.2.SP1
            Reporter: arne anka


assume, i have a HtmlPanelMenu myPMenu with three items with the ids i1, i2, i3 rerspectively.
now i select id2 -- myPMenu.getSelectedName() returns an empty string.
i select id3 -- myPMenu.getSelectedName() returns "id2".
i select id1 -- myPMenu.getSelectedName() returns "id3".

i expect it to return the id of the currently selected item, maybe i've never stumbled over a scenario were the current behaviour is useful, but so far i don't understand of what use the penultimate selection is.

-- 
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