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
ny.v...@consult.nordea.com wrote: > > >> Hi > > >> > > >> I was not thinking about the base, ie AbstractDefaultAjaxBehavior. > > >> > > >> I was thinking about using one off the API - several components - > could > > >> be accor

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
ing about the base, ie AbstractDefaultAjaxBehavior. > >> > >> I was thinking about using one off the API - several components - could > >> be accordion? could be some effects etc. > >> > >> So I was thinking about who has tried out both API's - has some

Re: Wicket and jQuery UI

2012-10-02 Thread Sébastien Gautrin
experiences and suggest this API because 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

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
nking about who has tried out both API's - has some > experiences and suggest this API because bla bla. > > Hope I explain myself fully here. > > - Ronny > > -Original Message- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: 02 October 2012 08:5

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 - the base Ajax behavior. > > Recom

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
Hi.. I came across jquery live or livequery. That might work better with wicket, I'll look more into that. Basically the idea is that the event handlers are standalone and if you replace a dom element with another, the events will still work if the new element matches the event specification (id, t

Re: Wicket and JQuery

2009-10-28 Thread Jeremy Thomerson
I use custom event binding quite a bit within jQuery... for instance: $(document).bind('fooUpdated', function() { // here I make a textfield within foo into an autocomplete textfield }); Then, when I call to AJAX that replaces "foo", I just do: $(document).trigger('fooUpdated'); This works gr

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
Hi Jeffery, I would be interested to know what put you off about wiquery, any feedback is always welcome. Anyway, for ajax communication, add an AbstractAajxBehaviour to your page / component, and use the url this generates to pass to your jquery ajax something like this: String callbackurl =

Re: Wicket and JQuery

2009-10-27 Thread Jason Novotny
Bingo!! I've been hitting this wall, and pulling my hair out-- in fact I may ditch jQuery for this very reason since I can't find a suitable workaround :-( Martin Makundi wrote: ... and expect trouble with ajaxifying jquery plugins that skin html components. They will not work properly if

Re: Wicket and JQuery

2009-10-27 Thread Martin Makundi
... 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. ** Marin 2009/10/27 Jeremy Thomerson : > I'd suggest only using jQuery for the UI effects and let W

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. I would prefer > no

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

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
ry > > 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 &g

Re: wicket and jquery

2009-05-29 Thread Cristi Manole
Hi, There's no magic here. it's just a (decent) javascript library that you can use. Usually what people are doing (or at least how I use it) here is build the web application the normal way - html / css / javascript (consider this the designer role) and then "wickify" it - meaning go through the

Re: wicket and jquery

2009-05-29 Thread Rodolfo Hansen
Also you can checkout http://code.google.com/p/wiquery/ which has a couple of ideas... On Fri, May 29, 2009 at 11:15 AM, Dipu wrote: > take a look at this > > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent > > -dipu > > 2009/5/29 Dorothée Gie

Re: wicket and jquery

2009-05-29 Thread Dipu
take a look at this https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent -dipu 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