To me the biggest problem is that the EL attached to the action attribute (listed below)
| action="#{viewStudyAction.setConfirmRemoveSelfAsAdmin(true)}"
| ...
| action="#{viewStudyAction.study.addMember(possibleMember,role)}"
| ..
| action="#{viewStudyAction.removeMember(possibleMember,role)}"
|
|
is failing silently-no exception is being thrown and no log output is being written.
Is there some parameter I can set that causes the EL engine to throw hissy fits on
errors?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100329#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...