[commandLink] abre seleccion en PopUp


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

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


Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.