If you just want to use Tapestry 5.4 with jQuery insteadd of Prototype,
just add this to your AppModule:
public static void
contributeApplicationDefaults(MappedConfiguration<String, String>
configuration) {
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
"jquery");
}
You don't need Tapestry5-JQuery for that. You'll only need that if you
want to use the Tapestry5-JQuery components and mixins that make it easy
to use jQuery UI widgets. In this case, you need to ask that package
maintainers about the status of its T5.4 compatibility.
Tapestry5-JQuery has two parts: one is to replace the Tapestry JavaScript
code so it uses jQuery. In T5.4, that part is not needed anymore. The
other part remains quite useful.
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org