How do I include http://tapestry5-jquery.com/ into my application?
added this to pom: <dependency> <groupId>org.got5</groupId> <artifactId>tapestry5-jquery</artifactId> <version>3.3.3</version> </dependency> But when I add an example form to one of my pages: <t:form> <t:jquery.autocomplete /> <t:submit /> </t:form> I get an ex: Caused by: org.apache.tapestry5.ioc.internal.util.TapestryException: Unable to resolve 'jquery/autocomplete' to a component class name. Did I miss something? -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-jQuery-how-to-integrate-tp5717696.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