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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to