Return to Snippet

Revision: 4942
at January 30, 2008 11:49 by Dio83


Updated Code
<af:commandButton text="Continuar">
                  <af:setActionListener from="#{row.FILA}" to="#{CentrosBean.ATRIBUTOBEAN}"/>
                  <af:returnActionListener/>
                </af:commandButton>

Revision: 4941
at January 30, 2008 03:15 by Dio83


Initial Code
<af:commandButton text="Continuar">
                  <af:setActionListener from="#{row.Cddepges}" to="#{CentrosBean.cddepges}"/>
                  <af:setActionListener from="#{row.Dsdepges}" to="#{CentrosBean.dsdepges}"/>
                  <af:returnActionListener/>
                </af:commandButton>

Initial URL


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

Initial Title
[CommandButton] que rellena campos de un Bean

Initial Tags


Initial Language
XML