/ Published in: XML
CommandButton que rellena campos de un Bean con un FROM -> TO
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<af:commandButton text="Continuar"> <af:setActionListener from="#{row.FILA}" to="#{CentrosBean.ATRIBUTOBEAN}"/> <af:returnActionListener/> </af:commandButton>