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
Thank you all for your help,
The problem is, I have one table of users having different categories of users and user's respective data.
I want to display the data like this:
| User Category 1
| Name , Address , Phone
| name1 block d 879 123456
|
| User Category 2
| Name , Address , Phone
| name1 block d 879 123456
|
How can i display data like this: can you help me on this problem,
thank you very much
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021541#4021541
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021541