Re: Prototype and jQuery question

2011-12-05 Thread Chris Collins
Thats kinda interesting. Yes that worked. What makes it interesting is that I tried a completely stripped down test with mvn tapestry archetype. Just adding the dependencies described on the website and that worked. Thanks guys, I should of really tried this in the first place. C On Dec 5,

Re: Prototype and jQuery question

2011-12-05 Thread Tony Nelson
Try adding this to your pom.xml org.apache.tapestry tapestry-upload ${tapestry-release-version} On Dec 5, 2011, at 5:26 PM, Chris Collins wrote: > So when I actually include tapestry-jquery things blow up when the servlet > container is in

Re: Prototype and jQuery question

2011-12-05 Thread Christian Riedel
do you have tapestry-upload in your classpath? Am 05.12.2011 um 23:26 schrieb Chris Collins: > So when I actually include tapestry-jquery things blow up when the servlet > container is initialized (I use an embedded jetty). This is with Tapestry > 5.3 and using the mvn dependency described on

Re: Prototype and jQuery question

2011-12-05 Thread Chris Collins
So when I actually include tapestry-jquery things blow up when the servlet container is initialized (I use an embedded jetty). This is with Tapestry 5.3 and using the mvn dependency described on the tapestry-jquery website. Any ideas what I did wrong? java.lang.NoClassDefFoundError: org/apac

Re: Prototype and jQuery question

2011-12-02 Thread Chris Collins
Thanks Francois and Thiago. Now I will go and play. Best C On Dec 2, 2011, at 1:02 PM, Thiago H. de Paula Figueiredo wrote: > On Fri, 02 Dec 2011 18:52:49 -0200, Chris Collins wrote: > >> jquery and prototype living together in perfect harmony >> == >

Re: Prototype and jQuery question

2011-12-02 Thread François Facon
Hi Chris, Tapestry Ensure Backwards Compatibility on server side and also on client side. As mention by Thiago, you can use both prototype an jQuery with Tapestry. in Tapestry-jquery we use jQuery plugin structure to make sure $ is safe. see https://github.com/got5/tapestry5-jquery/blob/master/s

Re: Prototype and jQuery question

2011-12-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Dec 2011 18:52:49 -0200, Chris Collins wrote: jquery and prototype living together in perfect harmony == I am working on a project where I am looking at a number of open source javascript libraries. Some depend on jQuery and some depend on

Prototype and jQuery question

2011-12-02 Thread Chris Collins
Sorry if this is not completely a Tapestry question. tapestry-jquery === How have people found transitioning to tapestry-jquery? Does it completely replace prototype with jQuery and still maintain all the goodness of the existing tapestry base. Or put another way if I had an existing a