[
https://issues.jboss.org/browse/RF-12267?page=com.atlassian.jira.plugin.s...
]
kaushik baishya updated RF-12267:
---------------------------------
Summary: I am working in JSF 1.2 .ajax is not working in IE 9 (was: I am working in
JSF 1.2 .My code has the ajax syntax )
I am working in JSF 1.2 .ajax is not working in IE 9
-----------------------------------------------------
Key: RF-12267
URL:
https://issues.jboss.org/browse/RF-12267
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: kaushik baishya
<h:selectOneMenu id="MainCategory" style="width: 250px; height: 23px;
" value="#{newRequestBean.emailDTO.mainCategory}">
<a4j:support event="onchange" ajaxSingle="true"
reRender="category" action="#{newRequestBean.loadSubCategory}"/>
<f:selectItems
value="#{newRequestBean.mainCategories}"/>
</h:selectOneMenu>
i have my code some what like this...But the ajax in not rendering in ie9..
--
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