Re: Tapestry 5.4 and JQuery integration

2013-11-11 Thread Boris Horvat
No but there is a snapshot version that is being developed for the T5.4. By JQueryModule configuration I was referring that that is the place where the symbol for tapestry is probably set. Interesting is that now since the new alpha has been pushed my error has changed. Previously if I where to re

Re: Tapestry 5.4 and JQuery integration

2013-11-11 Thread Thiago H de Paula Figueiredo
On Mon, 11 Nov 2013 14:54:31 -0200, Boris Horvat wrote: Hi, Hi! Yea I have already tried to add that before. However I got the following exception java.lang.IllegalArgumentException: Service contribution (to service 'ApplicationDefaults') conflicts with existing contribution (by org.got

Re: Tapestry 5.4 and JQuery integration

2013-11-11 Thread Thiago H de Paula Figueiredo
On Mon, 11 Nov 2013 14:54:31 -0200, Boris Horvat wrote: Hi, Hi! Yea I have already tried to add that before. However I got the following exception java.lang.IllegalArgumentException: Service contribution (to service 'ApplicationDefaults') conflicts with existing contribution (by org.got5

Re: Tapestry 5.4 and JQuery integration

2013-11-11 Thread Boris Horvat
Hi, Yea I have already tried to add that before. However I got the following exception java.lang.IllegalArgumentException: Service contribution (to service 'ApplicationDefaults') conflicts with existing contribution (by org.got5.tapestry5.jquery.services.JQueryModule.contributeApplicationDefault(

Re: Tapestry 5.4 and JQuery integration

2013-11-11 Thread Boris Horvat
I guess it is possible that I have some more transitive dependencies from the old tapestry5-jquery or even old tapestr 5.3.7 :( On Mon, Nov 11, 2013 at 5:54 PM, Boris Horvat wrote: > Hi, > > Yea I have already tried to add that before. However I got the following > exception > > java.lang.Illega

Re: Tapestry 5.4 and JQuery integration

2013-11-11 Thread Thiago H de Paula Figueiredo
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 configuration) { configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); } You don't