Skip to content

Instantly share code, notes, and snippets.

@sergioceron
Created September 19, 2014 18:29
Show Gist options
  • Save sergioceron/b41e2526e25f8681839f to your computer and use it in GitHub Desktop.
Save sergioceron/b41e2526e25f8681839f to your computer and use it in GitHub Desktop.
Eliminar con ajax mostrando un popup de confirmacion y propagando la conversacion
<h:commandLink>
Eliminar
<s:conversationPropagation type="begin" />
<f:setPropertyActionListener target="#{cursoController.curso}"
value="#{curso}"/>
<f:ajax execute="@this" render=":mod:popup"
onevent="showModal"/>
</h:commandLink>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment