We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

Dio83 on 01/30/08


Tagged

jdeveloper


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

Dio83


[CommandButton] que rellena campos de un Bean


Published in: XML 


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


  1. <af:commandButton text="Continuar">
  2. <af:setActionListener from="#{row.FILA}" to="#{CentrosBean.ATRIBUTOBEAN}"/>
  3. <af:returnActionListener/>
  4. </af:commandButton>

Report this snippet 

You need to login to post a comment.