Hello Krishna: Here is the code for the action-mapping:
<action-mappings > <action attribute="searchForm" input="/pages/search.jsp" name="searchForm" parameter="searchType" path="/search" scope="request" type="facade.struts.action.SearchAction" validate="false"> <forward name="showAdvSearch" path="page.advSearch" /> <forward name="showSearch" path="page.search" /> </action> </action-mappings>