[jboss-user] [JBoss Seam] - Re: Question: how to make confirmation box work with h:comma

dustismo do-not-reply at jboss.com
Mon Jun 18 14:08:13 EDT 2007


This seems like a roundabout way to get what you want..  I believe the following will do what you are looking for:


  | <h:commandLink id="delete" action="#{abcHome.remove}" onclick="return confirm('Do you want to delete this entity?');">
  | #{messages['general.delete']}
  | </h:commandLink>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055334#4055334

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055334



More information about the jboss-user mailing list