What have you seen using Firebug or the Chrome debugger?  There's no
particular reason for this to be failing suddenly in 5.2.5 if it was
working in 5.2.4.

On Wed, Apr 6, 2011 at 9:58 PM, cablepuff <cablep...@gmail.com> wrote:
> Hi i have the following field.
>
>
> public class FrameworkPage{
>     @Component(id = "frameworkName")
>     private TextField frameworkName;
>
>     public List onProvideCompletionsFromFrameworkName(final String partial)
> {
>          return this.frameworkService.getFrameworkByName(partial);
>     }
> }
>
>
>
>
>
> I have an input field. in tml file.
>
>
> It seems the auto complete is never getting fired. WHat is wrong?
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Tapestry-5-25-autocomplete-not-working-tp4287751p4287751.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to