I only wanted to return 10 of the 1000 
I accoplished it with
<code>
<form id="formId">
        <s:autocompleter name="autoC" theme="ajax" href"%{#actionUrl}"
loadOnTextChange="true" loadMinimumCount="1" formId="formId"
id="autoC"/>
</form>
</code>

Or something close to that

-----Original Message-----
From: Musachy Barroso [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 30, 2007 1:22 PM
To: Struts Users Mailing List
Subject: Re: autocompleter part of whole

Do you have the 1000 loaded in the autocompleter already? Or your action
returns 1000 and you want to show only 10 (why not returning only 10?)?
Or I didn't understand the question :) ?

regards
musachy

On 7/30/07, Phillip Grenier <[EMAIL PROTECTED]> wrote:
> say that you wanted to get part of a list say 10 of 1000 items as some

> one typed so the clossest 10 after each key stroke. I thought of using

> notifyTopics and listenTopics on the same autocompleter but just went 
> into an endless loop. with out having to send all 1000 items to the 
> client
>
> Thanks,
>
> - Phillip
>


--
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to