RE: How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread saurabh . jain
Thanks, It is very helpful for me. Regards, Saurabh Jain -Original Message- From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] Sent: Monday, November 14, 2011 3:40 PM To: Tapestry users Subject: Re: How to add jquery in Tapestry 5.2.6. Hi, Tapestry doesn't support jQuer

Re: How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread Emmanuel DEMEY
hi You can use the Tapestry5-jQuery project 2.6.0. More informations here : https://github.com/got5/tapestry5-jquery Manu 2011/11/14 saurabh.jain > Hello, > > > > I want to use the JQuery in my application. > I didn't find any way to add this support into my application. > The JumpStart uses t

Re: How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread Steve Eynon
Hi, Tapestry doesn't support jQuery out of the box, instead other T5 modules / projects make it possible. Have a look at the jQuery projects mentioned here: http://tapestry.apache.org/javascript.html#JavaScript-BuiltinLibraries Steve. On 14 November 2011 18:04, saurabh.jain wrote: > Hello, >

How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread saurabh . jain
Hello, I want to use the JQuery in my application. I didn't find any way to add this support into my application. The JumpStart uses the mixing concept, but i want use simplest way for adding the jquery, just like date field invoke the calender by default. Please guide me. Regards,