Autocompleter w/loadMinimumCount ask for data on loading page
-------------------------------------------------------------
Key: WW-1975
URL: https://issues.apache.org/struts/browse/WW-1975
Project: Struts 2
Issue Type: Bug
Components: Component Management
Affects Versions: 2.0.6
Reporter: Martin Olivera
I hope <s:autocompleter loadMinimumCount="3" loadOnTypeChange="true" .../> does
not dispatch the (ajax) request up to the user type 3 chars, but th server
receives the first ajax request on loading the page
************JSP page ***********************
...
Clasificador Institucional <s:autocompleter cssStyle="width: 350px;"
name="institucional2" theme="ajax"
href="${pageContext.request.contextPath}/pruebas/AjaxInstitucionalList.do"
autoComplete="true" searchType="substring"
loadMinimumCount="3" loadOnTextChange="true"/>
...
*********************************************
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.