[richfaces-issues] [JBoss JIRA] Created: (RF-8470) MenuItems doesn't work after Ajax-Requests
Dustin Peterson (JIRA)
jira-events at lists.jboss.org
Thu Mar 4 04:11:11 EST 2010
MenuItems doesn't work after Ajax-Requests
------------------------------------------
Key: RF-8470
URL: https://jira.jboss.org/jira/browse/RF-8470
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 3.3.2.SR1
Environment: Windows XP SP3
Internet Explorer 6, Firefox 3.6, Chrome 4.0, Opera 10.10
Apache MyFaces 1.2.6
Richfaces 3.3.2
Reporter: Dustin Peterson
I'm using rich:toolbar in connection with ui:include or a4j:include (the effect is the same).
The MenuItems below toolbar set variables, which page to include and the include-component includes this page - does work well.
But if I use e.g. a4j:commandLink or rich:progressBar, the ActionEvents of the MenuItems won't be fired. The JSF Lifecycle is working properly.
I have to do one request on the toolbar and in the next request everything works fine again, so i have to press the toolbar item twice.
It sounds to me like a bug.
Anyway, the normal JSF commandLink or commandButton does work well and their ActionEvents are fired, so the problem should be anywhere in toolbar, menuitem or dropdownmenu.
--
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