多个a4j:outputpanel未在IE中的Ajax请求中呈现

时间:2012-09-20 08:41:09

标签: java internet-explorer jsf-2 ajax4jsf

我有drop down list并且从下拉列表中选择值时会呈现多个其他元素。这些元素位于单独的a4j:outputpanel中。当我在Ajax请求中呈现这些元素时,它们在Chrome和Mozilla中完美呈现,但它们不会在IE中呈现。

IE render only one element and not multiple elements

我如何在IE中呈现这些元素?

我正在使用a4j:jsfunction for ajax call

<a4j:jsFunction name="mya4jfunction" action="#{mybean.myfunction()}" render="mymage mytextfiled"> </a4j:jsFunction>


<a4j:outputPanel id="mymage"> <img src="assets/flags/#{myBean.myimage}"> </a4j:outputPanel>


<a4j:outputPanel id="mytextfiled"> <input id="mytf" name="tf" type="text" value="mybean.mytf" /> </a4j:outputPanel>

0 个答案:

没有答案