[
https://issues.jboss.org/browse/RF-12286?page=com.atlassian.jira.plugin.s...
]
Jean ANDRE commented on RF-12286:
---------------------------------
Please, do you know if there is another way to perform an action based with selectOneMenu
? because there is no "action" attribute !!! Thank you very much.
I've also did a post at : JAVASERVERFACES-2426 -
http://java.net/jira/browse/JAVASERVERFACES-2426
selectOneMenu with f:ajax cause a OutOfMemory under IE and slowdown
under Firefox - listener
--------------------------------------------------------------------------------------------
Key: RF-12286
URL:
https://issues.jboss.org/browse/RF-12286
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.2.2.Final
Environment: JSF Mojarra 2.1.7 - FireFox 12 or IE 8 - annotations-4.2.0.Final -
aspectjrt-1.6.12 - cglib-nodep-2.2.2 - commons-collections-3.2.1 - commons-lang-2.4 -
commons-logging-1.1.1 - commons-validator-1.4.0 - cssparser-0.9.6 - guava-11.0.1 -
hibernate-validator-4.2.0.Final - junit-4.10 - log4j-1.2.16 -
org.springframework.xxx-3.0.6.RELEASE - richfaces-xxxx-xxx-4.2.0.Final - sac-1.3 -
slf4j-api-1.6.4 - slf4j-log4j12-1.6.4
Reporter: Jean ANDRE
Priority: Critical
Attachments: index.xhtml
We got an "Out of memory at line 249" under IE and a deep slowdown when we use
f:ajax with <h:selectOneMenu> tag.
{code}
<h:selectOneMenu id="McMpList" value="#{currentUser.businessUnit}"
immediate="true">
<f:ajax event="change"
listener="#{menuController.doChangeDesktop}" render="@all" />
<f:selectItems value="#{menuController.businessUnits}" />
</h:selectOneMenu>
{code}
When we remove the f:ajax, the behavior is "normal".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira