Did you get this solved? It shouldn't be too difficult. You could
always use a regular controller and do
request.getParameter("searchterm") and then show the results in a list
screen.Matt On 10/16/07, Rick Guo <[EMAIL PROTECTED]> wrote: > > Hi all, > I want to add search function to my app based on Appfuse 2.0m5. > The UseCase: Search Industral project by project name. So i need a search > form to do the task. > > The following is what i want to do: > 1) Add a ProjectSearchController which extends AbstractCommandController. > 2) Add a projectsearchresult.jsp and set up the Mapping. > (Neglect TDD) > > Is these steps right? > > And because what I am searching is String. > So when i set Command class to String.class,because the <form:input> tag > need a property of Command class.what should i do in the form? > Should I use a Warpper class to warp the String? or Set Command class to > Project class and only set the property to Project.projectName? > > Anybody help? > > 10/17/2007 > -- > View this message in context: > http://www.nabble.com/Questions-about-search-form.-tf4637858s2369.html#a13245867 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
