You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/06/07 02:07:26 UTC

[jira] Resolved: (WW-1975) Autocompleter w/loadMinimumCount ask for data on loading page

     [ https://issues.apache.org/struts/browse/WW-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-1975.
---------------------------------

    Resolution: Fixed

> 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
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>
> 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.