[jboss-dev-forums] [Design of JBoss Portal] - Strange issues with JSF

julien@jboss.com do-not-reply at jboss.com
Mon Apr 23 18:38:30 EDT 2007


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#4040041

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



More information about the jboss-dev-forums mailing list