[
https://issues.jboss.org/browse/RF-12267?page=com.atlassian.jira.plugin.s...
]
kaushik baishya commented on RF-12267:
--------------------------------------
as per the workaround posted in the above link... i have added that META-TAG in my code...
but still the IE 9 remains in its standard mode.I am using
richfaces-api-3.3.3.Final.jar,richfaceimpl-3.3.3.Final.jar,richfaces-ui-3.3.3.Final.jar....
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
Labels: waiting_on_user
<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