I have updated the security editor in the admin UI, the two commandButton were kind of
conflicting each other (update/cancel). I replaced them with commandLink and it seems to
work better.
Basically it was like
<form>
| ...
| <commandButton value="Update" action="#{auth.update}"/>
| <commandButton value="Cancel" action="#{auth.cancel}"
immediate="true"/>
| ...
| </form>
Any idea ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040041#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...