If you are using facelets I suggest using source-composition components - they work a
treat for that sort of task
<my:yesNoButtons yesBean="#{user}" yesAction="deleteUser"
noBean="..." noAction="..." />
You have to pass in the bean and the action string seperately in current facelets version,
but I think that is to be fixed soon (so you can pass a methodbinding as a tag attribute)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975822#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...