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.