-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
EAP_EWP 5.2.0
-
None
-
-
NEW
<a4j:jsFunction> does not work when there is it in <ui:fragment>.
ex) test.xhtml
-- snip -- <a4j:outputPanel id="tablePL2"> <ui:fragment rendered="#{TestDto.selectedFlg eq '1'}"> ui:fragment & a4j:jsFunction <input type="button" value="Action 2" onclick="ac2()" /> <a4j:jsFunction id="fnc2" name="ac2" reRender="tablePL1,tablePL2,flagmentView" action="#{TestAction.method}" /> </ui:fragment> </a4j:outputPanel> --- snip ---