Re: tapestry5-jquery simple sample not working

2012-05-08 Thread Geoff Callender
Fixed and released. Yep, that deserves a schooner. Thanks. On 07/05/2012, at 11:23 PM, Chris Mylonas wrote: > does this mean i win the schooner question geoff ;) may be a typo for > AppModule.java > http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/jquery > > > Source code

Re: tapestry5-jquery simple sample not working

2012-05-07 Thread Chris Mylonas
does this mean i win the schooner question geoff ;) may be a typo for AppModule.java http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/jquery Source code: Appmodule.java The file was not found. Path given was /WEB-INF/sourcecode/web/src/main/java/jumpstart/web/services/App

Re: tapestry5-jquery simple sample not working

2012-05-07 Thread Geoff Callender
I've added a JQuery example to JumpStart. If you guys can see nothing wrong with it I'll make the general announcement tomorrow. Geoff On 04/04/2012, at 7:27 PM, Emmanuel DEMEY wrote: > From the source code, and by using the JavaScript console of Google Chrome > > 2012/4/4 Chris Mylonas > >>

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
>From the source code, and by using the JavaScript console of Google Chrome 2012/4/4 Chris Mylonas > COOOL! > > Is this a common problem with people that don't know jquery/js ? (me) > & > How did you notice - from d/l the src? Or from the log snippet? > Or did you just take a g

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Chris Mylonas
COOOL! Is this a common problem with people that don't know jquery/js ? (me) & How did you notice - from d/l the src? Or from the log snippet? Or did you just take a guess? Thank you so much! On 04/04/2012, at 7:18 PM, Emmanuel DEMEY wrote: > Hi > Your JavaScript code loo

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
Hi Your JavaScript code look to be called before the rendering of your page. Sourroung your jQuery by a $(document).ready(function(){ //your mouse handlers }); Manu 2012/4/4 Chris Mylonas > Manu - you sound like a gentleman! Cheers > > On the Index page of clean quickstart - ajax increment wo

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Chris Mylonas
Manu - you sound like a gentleman! Cheers On the Index page of clean quickstart - ajax increment working [18:47:27.047] Error in parsing value for 'filter'. Declaration dropped. @ http://localhost:8080/jquerytest/assets/1.0-SNAPSHOT-DEV/core/default.css:370 [18:47:27.051] Unknown property '-m

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
Hi First, I will ask "Do you have any JavaScript errors ?" Manu 2012/4/4 Chris Mylonas > Well if someone could relay this into the google group that would be great. > I'm logged into google but cannot create a new topic :( > pfft! > > Thanks > Chris > > On 04/04/2012, at 4:12 PM, Chris Mylonas

Re: tapestry5-jquery simple sample not working

2012-04-03 Thread Chris Mylonas
Well if someone could relay this into the google group that would be great. I'm logged into google but cannot create a new topic :( pfft! Thanks Chris On 04/04/2012, at 4:12 PM, Chris Mylonas wrote: > Hi All, > > I'll post this in the google groups linked to the tapestry5-jquery project as > w

tapestry5-jquery simple sample not working

2012-04-03 Thread Chris Mylonas
Hi All, I'll post this in the google groups linked to the tapestry5-jquery project as well. To repeat what I have done: 1) Create a package under pages called test. 2) Create class JQuery.java with this in it. package org.example.jquerytest.pages.test; import org.apache.tapestry5.annotation