天天看点

ADF 按钮直接传参 使用 setPropertyActionListener

<af:commandButton text="修改" id="cb2"       actionListener="#{pageFlowScope.ProjectManage.updateProject}"                 action="goCreateProject">

         <f:setPropertyActionListener target=" #{pageFlowScope.immediateStatus}"     value=" false"/>

</af:commandButton>