[CommandButton] que rellena campos de un Bean


/ Published in: XML
Save to your folder(s)

CommandButton que rellena campos de un Bean con un FROM -> TO


Copy this code and paste it in your HTML
  1. <af:commandButton text="Continuar">
  2. <af:setActionListener from="#{row.FILA}" to="#{CentrosBean.ATRIBUTOBEAN}"/>
  3. <af:returnActionListener/>
  4. </af:commandButton>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.