面对a4j的一个问题:Ie9上的ajax

时间:2014-04-22 20:02:30

标签: internet-explorer jsf richfaces ajax4jsf

在表格中有一个下拉菜单和提交按钮。

<h:commandButton id="btnId" value="Submit>
    <a4j:ajax listener="mybean.method" execute="@form" render ='homeFormId'/>
 </h:commandButton>

当我点击按钮'homeForm'呈现时:

1)在这个homeForm中我有“ui:include”标签,它根据特定条件加载不同的xhtml /表单。

2)在此“ui:incude”标签之后,其他标签/内容如panelgroup,textfeilds等出现在表单中

这里的问题是包含的xhtml /表单是否完全加载。但其他内容/标签未在父表单中加载,这意味着未加载包含标记之后的任何内容。

此问题仅在IE中,并且无法使用chrome或mozilla

查看此问题

注意:如果我使用“h:commandButton type =”提交“它也在IE中工作。

提前致谢。

0 个答案:

没有答案