Without anything else to go on I'd say that no json request is being
made, or no json request is being made specifying
updateParts:whateverTheNameOfYourAutocompleterIs.

My Firebug output from these requests hitting the 4.1 demo is:

request:
filter  (means nothing, blank, null)
json    true
updateParts     projectChoose

It doesn't look like your debug logs are displaying everything
either...You could cut down on some of the noise by turning off all
that other stuff and enabling the categories documented here:

http://tapestry.apache.org/tapestry4.1/ajax/debugging.html

Then you'll be able to see each method of the response getting
invoked, as well as which arguments are used and what the return value
was. (ie everything you need to know why something wouldn't be getting
rendered. )

On 3/7/07, Leffel, Daniel <[EMAIL PROTECTED]> wrote:
I put a logger line in the getValues method and noticed that the method is not 
being called. Why would that be?


-----Original Message-----
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Wed 3/7/2007 5:23 PM
To: Tapestry users
Subject: Re: Autocompleter in 4.1.2

:) There's no chance the autocompleter is messing up. (ok that's bold,
it's very unlikely )

<snipped>

--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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

Reply via email to