[richfaces-issues] [JBoss JIRA] Updated: (RF-10314) Panel Menu Group/Item - @bypassUpdates, @immediate, @actionListener and @action doesn't work in @mode=server
Lukas Fryc (JIRA)
jira-events at lists.jboss.org
Wed Feb 9 10:56:47 EST 2011
[ https://issues.jboss.org/browse/RF-10314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lukas Fryc updated RF-10314:
----------------------------
Steps to Reproduce:
1. open http://localhost:8080/metamer/faces/components/richPanelMenuGroup/simple.xhtml
2. set @mode=server
3. set @selectable=true
4. set @bypassUpdates=true (or @immediate=true)
5. click to Group 2
EXPECTED: when bypassUpdates=true -> action and action listener and item changed messages in PROCESS_VALIDATIONS phase
FAIL1: there should be 2 messages "action invoked", "actionListener invoked" in phases list in header (you can see that in work using @mode=ajax)
FAIL2: @bypassUpdates / @immediate doesn't apply because whole lifecycle is listed in phases list
was:
1. open http://localhost:8080/metamer/faces/components/richPanelMenuGroup/simple.xhtml
2. set @mode=server
3. set @selectable=true
4. set @bypassUpdates=true (or @immediate=true)
5. click to Group 2
FAIL1: there should be 2 messages "action invoked", "actionListener invoked" in phases list in header (you can see that in work using @mode=ajax)
FAIL2: @bypassUpdates / @immediate doesn't apply because whole lifecycle is listed in phases list
> Panel Menu Group/Item - @bypassUpdates, @immediate, @actionListener and @action doesn't work in @mode=server
> ------------------------------------------------------------------------------------------------------------
>
> Key: RF-10314
> URL: https://issues.jboss.org/browse/RF-10314
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.0.0.Milestone5
> Environment: * RichFaces 4.0.0-SNAPSHOT r.21226
> * Metamer 4.0.0-SNAPSHOT r.21240
> * Mojarra 2.0.3-FCS
> * Apache Tomcat 6.0.29
> * OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
> * Firefox 3.6.13 @ Linux x86_64
> Reporter: Lukas Fryc
> Assignee: Nick Belaevski
> Labels: needs-qe
> Fix For: 4.0.0.Milestone6
>
>
> These attributes work in @mode=ajax, but not in @mode=server
> Applies also to panelMenuItem:
> http://localhost:8080/metamer/faces/components/richPanelMenuItem/simple.xhtml
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list