Hi,

I have tested this morning with 5.2.5 version ans it work perfectly. Are you 
sure that your frameworkService method return something ?
Try to add @Log on your onProvideCompletionsFromFrameworkName to see what it's 
happend.

-----Message d'origine-----
De : cablepuff [mailto:cablep...@gmail.com] 
Envoyé : jeudi 7 avril 2011 06:58
À : users@tapestry.apache.org
Objet : Tapestry 5.25 autocomplete not working.

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.

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

Reply via email to