Surprisingly, I don't get Prototype. Are you sure you are using the
"official" 5.4-alpha-2 and not a local build?
FWIW, I have the following in my Layout component (as I use bootstrap):
@Import( stack = { InternalConstants.CORE_STACK_NAME },
stylesheet = {
"${tapestry.bootstrap-root}/cs
I commented out the line to see if the the "jquery" line was working. The
Scriptaculous Trait only applies for prototype and that's exactly what
happens. If I set
SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,"jquery"
the Scriptacolous trait does nothing. With
SymbolConstants.JAVASCRIPT_I
Hi,
For 5.4-alpha-2, I believe you still need to disable Scriptaculous when
using JQuery (it's fixed in alpha-3).
I see that you commented out this line:
// not needed with jquery configuration.add(Trait.SCRIPTACULOUS,
false);
Is it not working when uncommented?
/Serge
--
View t
I created a project with alpha-2 in my POM and followed the blog post
http://tapestryjava.blogspot.com/2013/01/tapestry-54-jquery-support-now-in-place.html
by adding this to my AppModule
@Contribute(SymbolProvider.class)
@ApplicationDefaults
public static void
contributeApplicationDe