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 (?)


[commandLink] abre seleccion en PopUp


Published in: XML 


commandLink que permite abrir un PopUp para rellenar un campo de un formulario


  1. <af:commandLink text="#{res['CADENA']}"
  2. action="dialog: irNOMBREPOPUP"
  3. immediate="true"
  4. partialSubmit="true"
  5. useWindow="true"
  6. id="NOMBREPOPUP"
  7. returnListener="#{Bean.actualizarPantallaReturn}"/>

Report this snippet 

You need to login to post a comment.