[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

VinceCallagan do-not-reply at jboss.com
Mon Dec 25 05:01:27 EST 2006


here is the complete code :

<h:commandButton value="#{msgs.update}" action="update" rendered="#{!empty contact.name}"/>
  | <h:commandButton value="#{msgs.createnewcontact}" action="addContact" rendered="#{empty contact.name}"/>	
  | 

The second button works perfectly but pressing the first one does'nt produce anything :-(

I checked the code with firebugs and the page doesn't contain errors :-(

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996180#3996180

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



More information about the jboss-user mailing list