2014-02-24 62 views

回答

0

您可以使用該f:setPropertyActionListener

<h:commandButton style="display: none;" 
     action="#{chAction.selectClient}" immediate="true"> 
     <f:setPropertyActionListener target="#{chAction.selectedClientId}" 
      value="#{res.clientId}" /> 
    </h:commandButton> 
相關問題