You can define a submit button that invokes the SearchFormHandler’s handleSearch() method, as follows:
<dsp:input type="submit" [value="label"] bean="searchform-handler.search"/>
The search operation also stores search results in the handler’s searchResultsByItem property and makes them available to the searchResults property for the duration of the component’s scope (the current session).

