Hi,
I am not sure how to implement a site search for my website.
I have written the following form:
Is possible to define a site-search in the .xml file? eg. when the Search button is clicked, the defined path in the web.xml file is triggered?<form id="myForm" action="list">
<div id="myAutoComplete">
<input id="myInput" type="text"><input id="SiteSearch" type="submit" value="Search">
<div id="myContainer"></div>
</div>
<input id="myHidden" type="hidden">
</form>
What is the more convenient way to implement a site search using Spring MVC 3?
I have searched google for a while, but I found nothing.
Any suggestion and pointers are very much appreciated.
Thanks
Sam


Reply With Quote