11-11-2011 04:16 AM
<div id="searchSection">
<form action="${url.context}/search.html" method="get">
<input type="hidden" value="${sectionId}" name="sectionId" />
<fieldset>
<label for="find">find</label>
<input type="text" value="<#if phrase??>${phrase?html}<#else>${msg('search.box.search')?html}</#if>" name="phrase" id="search-phrase" maxlength="100"/><input type="image" id="searchSubmit" src="${url.context}/images/search_icon.png" />
</fieldset>
</form>
</div>
<!– Search form controller –>
<bean id="searchFormController" class="org.alfresco.wcm.client.controller.SearchFormController">
<property name="assetFactory" ref="assetFactory" />
<property name="sectionFactory" ref="sectionFactory"/>
</bean>
11-16-2011 07:43 AM
@Controller
@RequestMapping("/**/search.html")
public class SearchFormController
{….
11-21-2011 08:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.