[jboss-user] [JBoss Seam] - h:commandButton not work

chicochen do-not-reply at jboss.com
Sat Feb 24 04:43:48 EST 2007


2 things in one webpage:

1. <h:commandButton id="findButton" value="Filter" action="#{projectAction.find}"/>
  | 
  | 2. <s:link action="#{projectAction.find}" value="Projects" />
  | 
  | also has <h:inputText id="searchString" value="#{projectAction.searchString}" size="15" />

I find "h:commandButton" cannot call "projectAction.find" method, only  can set  "projectAction.searchString" field to new value; but "s:link"  can.

anyone could help me?


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

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



More information about the jboss-user mailing list