RE: Wicket and jQuery UI

2012-10-08 Thread Hielke Hoeve
Subject: Re: Wicket and jQuery UI Hi, I will provide an answer for wicket-jquery-ui and let people/users from wiQuery answer about this last. wicket-jquery-ui has several goals: the first one is to provide the jQuery UI widget library as Wicket components, for both wicket 1.5.x and wicket 6.x. The

Re: Wicket and jQuery UI

2012-10-02 Thread Sebastien
y, but at least back > > > then these frameworks didn't offer that in a flexible way either). > > > > > > So I would say, check the libraries for how you are supposed to add the > > > jquery functionality (behavior vs component hierarchy), and don't

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
these frameworks didn't offer that in a flexible way either). > > > > So I would say, check the libraries for how you are supposed to add the > > jquery functionality (behavior vs component hierarchy), and don't be > > afraid to just roll your own if necessary. It'

Re: Wicket and jQuery UI

2012-10-02 Thread Sébastien Gautrin
braries for how you are supposed to add the jquery functionality (behavior vs component hierarchy), and don't be afraid to just roll your own if necessary. It's not that much extra functionality that the library offers over just using raw Wicket and jQuery. My 2cnts. On Tue, Oct 2, 2012, a

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
check the libraries for how you are supposed to add the jquery functionality (behavior vs component hierarchy), and don't be afraid to just roll your own if necessary. It's not that much extra functionality that the library offers over just using raw Wicket and jQuery. My 2

RE: Wicket and jQuery UI

2012-10-02 Thread Ronny.Voss
e bla bla. Hope I explain myself fully here. - Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 02 October 2012 08:52 To: users@wicket.apache.org Subject: Re: Wicket and jQuery UI Hi, On Tue, Oct 2, 2012 at 9:28 AM, wrote: > Hi Wicket > &g

Re: Wicket and jQuery UI

2012-10-02 Thread Martin Grigorov
Hi, On Tue, Oct 2, 2012 at 9:28 AM, wrote: > Hi Wicket > > I have been looking at a) wiQuery and b) wicket-jquery-ui > > What API to use when doing a bridge between Wicket and jQuery UI? What exactly do you need ? The "bridge" is AbstractDefaultAjaxBehavior

Wicket and jQuery UI

2012-10-01 Thread Ronny.Voss
Hi Wicket I have been looking at a) wiQuery and b) wicket-jquery-ui What API to use when doing a bridge between Wicket and jQuery UI? Recommendations and experience would be very much welcomed. Thanks in advance! Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online

Re: Wicket and JQuery

2009-11-11 Thread Peter Ross
On Wed, Nov 11, 2009 at 3:53 PM, Peter Ross wrote: > On Wed, Oct 28, 2009 at 5:08 PM, Jason Novotny  wrote: >> Martin Makundi wrote: >>> >>> ... and expect trouble with ajaxifying jquery plugins that skin html >>> components. They will not work properly if you replace your components >>> via ajax

Re: Wicket and JQuery

2009-11-10 Thread Peter Ross
On Wed, Oct 28, 2009 at 5:08 PM, Jason Novotny wrote: > Martin Makundi wrote: >> >> ... and expect trouble with ajaxifying jquery plugins that skin html >> components. They will not work properly if you replace your components >> via ajax - or at least you might have to work hard on it. >> > > B

Re: Wicket and JQuery

2009-11-08 Thread Martin Makundi
;d suggest only using jQuery for the UI effects and let Wicket do the >> AJAX. >> > >> > -- >> > Jeremy Thomerson >> > http://www.wickettraining.com >> > >> > >> > >> > On Tue, Oct 27, 2009 at 4:06 PM, Jeffrey Schneller <

Re: Wicket and JQuery

2009-10-28 Thread Jeremy Thomerson
> 2009/10/27 Jeremy Thomerson : > > I'd suggest only using jQuery for the UI effects and let Wicket do the > AJAX. > > > > -- > > Jeremy Thomerson > > http://www.wickettraining.com > > > > > > > > On Tue, Oct 27, 2009 at 4:06 PM, Jeffrey

RE: Wicket and JQuery

2009-10-28 Thread richardwilko
> Thanks. > > > -Original Message- > From: richardwilko [mailto:richardjohnwilkin...@gmail.com] > Sent: Wednesday, October 28, 2009 5:57 AM > To: users@wicket.apache.org > Subject: Re: Wicket and JQuery > > > Hi Jeffery, > > I would be

RE: Wicket and JQuery

2009-10-28 Thread Jeffrey Schneller
us plugins available into wiQuery? Thanks. -Original Message- From: richardwilko [mailto:richardjohnwilkin...@gmail.com] Sent: Wednesday, October 28, 2009 5:57 AM To: users@wicket.apache.org Subject: Re: Wicket and JQuery Hi Jeffery, I would be interested to know what put you off about wi

RE: Wicket and JQuery

2009-10-28 Thread Jeffrey Schneller
kundi [mailto:martin.maku...@koodaripalvelut.com] Sent: Wednesday, October 28, 2009 12:38 AM To: users@wicket.apache.org Subject: Re: Wicket and JQuery ... and expect trouble with ajaxifying jquery plugins that skin html components. They will not work properly if you replace your components via ajax - or at

Re: Wicket and JQuery

2009-10-28 Thread richardwilko
Wicket > handle the Ajax communication and only use jQuery for the UI components > such as "Lightbox", "Greybox", apple like sliders, etc. > > > > Any ideas? > > > > Thanks. > > > > > > > - http://richard-wilki

Re: Wicket and JQuery

2009-10-27 Thread Jason Novotny
2009 at 4:06 PM, Jeffrey Schneller < jeffrey.schnel...@envisa.com> wrote: I am trying to determine how to use Wicket and JQuery. I would prefer not using wiQuery or similar. I would like to just include the jQuery libraries in my html and then use jQuery as javascript and not wrap ever

Re: Wicket and JQuery

2009-10-27 Thread Martin Makundi
and let Wicket do the AJAX. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Tue, Oct 27, 2009 at 4:06 PM, Jeffrey Schneller < > jeffrey.schnel...@envisa.com> wrote: > >> I am trying to determine how to use Wicket and JQuery.  I would pre

Re: Wicket and JQuery

2009-10-27 Thread Jeremy Thomerson
I'd suggest only using jQuery for the UI effects and let Wicket do the AJAX. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Oct 27, 2009 at 4:06 PM, Jeffrey Schneller < jeffrey.schnel...@envisa.com> wrote: > I am trying to determine how to use Wicket and JQuery.

Wicket and JQuery

2009-10-27 Thread Jeffrey Schneller
I am trying to determine how to use Wicket and JQuery. I would prefer not using wiQuery or similar. I would like to just include the jQuery libraries in my html and then use jQuery as javascript and not wrap everything in java on the server side to generate the client code. How would one go

Re: Design of components utilizing JS, was: Wicket and JQuery - lavalamp

2009-08-17 Thread Joseph Pachod
m a totally newbie in the JS domain so your ramark really helps me learning this stuff. Have a look at http://docs.jquery.com/Plugins/Authoring It provides lot of interesting hints on how to write jQuery plugins :) ++ - T

Re: Design of components utilizing JS, was: Wicket and JQuery - lavalamp

2009-08-16 Thread egolan74
be, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org - Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ JVDrums LinkedIn: http://www.linkedin.com/in/egolan74 LinkedIn -- View this message in context: http

Design of components utilizing JS, was: Wicket and JQuery - lavalamp

2009-08-16 Thread Uwe Schäfer
Eyal Golan schrieb: hi Eyal Hi all,I've created a small Wicket module for the lavalamp JQuery library (some links below). nice. why not on wicketstuff? Please be kind and give me any suggestion and insights. i just looked at it quickly, but two things strike me: 1st: afaik you should not

Re: Wicket and JQuery - lavalamp

2009-08-15 Thread Martin Makundi
Cute :) 2009/8/15 Eyal Golan : > Hi all,I've created a small Wicket module for the lavalamp JQuery library > (some links below). > It's very basic and I plan to work on it more. > > Please be kind and give me any suggestion and insights. > Right now I'm thinking on how to keep the link pointer on

Wicket and JQuery - lavalamp

2009-08-15 Thread Eyal Golan
Hi all,I've created a small Wicket module for the lavalamp JQuery library (some links below). It's very basic and I plan to work on it more. Please be kind and give me any suggestion and insights. Right now I'm thinking on how to keep the link pointer on the current page. Check the examples in th

RE: wicket and jquery

2009-05-29 Thread Stefan Lindner
Nachricht- Von: Cristi Manole [mailto:cristiman...@gmail.com] Gesendet: Freitag, 29. Mai 2009 19:32 An: users@wicket.apache.org Betreff: Re: wicket and jquery not bad. do you have a link? Cristi Manole On Fri, May 29, 2009 at 1:39 PM, Stefan Lindner wrote: > Currently I'm building a wic

Re: wicket and jquery

2009-05-29 Thread Cristi Manole
If anybody is interrested I can provied a simple library > with some simple examples. > > -Ursprüngliche Nachricht- > Von: Dorothée Giernoth [mailto:dorothee.giern...@kds-kg.de] > Gesendet: Freitag, 29. Mai 2009 17:33 > An: users@wicket.apache.org > Betreff: AW: wicket and jque

AW: wicket and jquery

2009-05-29 Thread Stefan Lindner
- Von: Dorothée Giernoth [mailto:dorothee.giern...@kds-kg.de] Gesendet: Freitag, 29. Mai 2009 17:33 An: users@wicket.apache.org Betreff: AW: wicket and jquery Thnx guys, I will check that out. This might mean, that not all hope is lost! Have a great weekend! -Ursprüngliche Nachricht- Von: Ro

AW: wicket and jquery

2009-05-29 Thread Dorothée Giernoth
Thnx guys, I will check that out. This might mean, that not all hope is lost! Have a great weekend! -Ursprüngliche Nachricht- Von: Rodolfo Hansen [mailto:kry...@gmail.com] Gesendet: Freitag, 29. Mai 2009 17:21 An: users@wicket.apache.org Betreff: Re: wicket and jquery Also you can

Re: wicket and jquery

2009-05-29 Thread Cristi Manole
d and naive and maybe stupid ... I > dunno, I'll ask anyway (though I did research myself, but I would need some > sort of useful hint for a total wicket-jquery-newbie): how can I use wicket > and jquery together? Where can I find an example? > > And yes I did ask google, but se

Re: wicket and jquery

2009-05-29 Thread Rodolfo Hansen
t; 2009/5/29 Dorothée Giernoth : > > Hello everyone, > > > > i know this might sound a little weird and naive and maybe stupid ... I > dunno, I'll ask anyway (though I did research myself, but I would need some > sort of useful hint for a total wicket-jquery-newbie): how c

Re: wicket and jquery

2009-05-29 Thread Dipu
way (though I did research myself, but I would need some > sort of useful hint for a total wicket-jquery-newbie): how can I use wicket > and jquery together? Where can I find an example? > > And yes I did ask google, but seriously - no harm meant - it seems soo > NOT organized ... the

wicket and jquery

2009-05-29 Thread Dorothée Giernoth
Hello everyone, i know this might sound a little weird and naive and maybe stupid ... I dunno, I'll ask anyway (though I did research myself, but I would need some sort of useful hint for a total wicket-jquery-newbie): how can I use wicket and jquery together? Where can I find an example?