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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...