Re: Wicket 6.23 Jquery reference settings

2017-01-19 Thread nino martinez wael
It could either be that its just missing or that wicket would not be compatible with 2.x og jquery... On Thu, Jan 19, 2017 at 10:11 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Yeah I know, just wanted to know why there's no nice setting in > JQueryResourceReference > for the

Re: Wicket 6.23 Jquery reference settings

2017-01-19 Thread nino martinez wael
Yeah I know, just wanted to know why there's no nice setting in JQueryResourceReference for the 2.x branch... On Thu, Jan 19, 2017 at 9:31 AM, Martin Grigorov wrote: > See org.apache.wicket.resource.DynamicJQueryResourceReference > > But you can always roll your own

Re: Wicket 6.23 Jquery reference settings

2017-01-19 Thread Martin Grigorov
See org.apache.wicket.resource.DynamicJQueryResourceReference But you can always roll your own ResourceReference that loads any specific version you need. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jan 19, 2017 at 9:20 AM, nino martinez wael <

Re: Wicket Atmosphere jQuery noConflict

2015-06-03 Thread Martin Grigorov
Fixed with https://issues.apache.org/jira/browse/WICKET-5917 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jun 3, 2015 at 5:06 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Wed, Jun 3, 2015 at 4:32 PM, mashleyttu mash...@gmail.com wrote: Our

Re: Wicket Atmosphere jQuery noConflict

2015-06-03 Thread Martin Grigorov
Hi, On Wed, Jun 3, 2015 at 4:32 PM, mashleyttu mash...@gmail.com wrote: Our application uses jQuery.noConflict changing all references from $ to $j. We are trying to integrate Wicket Atmosphere into our application, however, are running into an issue where it is rendering a $ in an

Re: Wicket Atmosphere jQuery noConflict

2015-06-03 Thread mashleyttu
Sir, you are a gentleman and a scholar for your quick reply with links to excellent examples. Thanks so much. You wicket folks think of a solutions for everything. Love the architecture! -- View this message in context:

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

Re: Wicket and jQuery UI

2012-10-02 Thread Martin Grigorov
Hi, On Tue, Oct 2, 2012 at 9:28 AM, ronny.v...@consult.nordea.com 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

RE: Wicket and jQuery UI

2012-10-02 Thread Ronny.Voss
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, ronny.v...@consult.nordea.com wrote: Hi

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
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 AM, ronny.v

Re: Wicket and jQuery UI

2012-10-02 Thread Sébastien Gautrin
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, ronny.v...@consult.nordea.com wrote: Hi Wicket I have been

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
- 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, ronny.v...@consult.nordea.com wrote: Hi Wicket I have been looking at a) wiQuery and b) wicket

Re: Wicket and jQuery UI

2012-10-02 Thread Sebastien
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:52 To: users@wicket.apache.org Subject: Re: Wicket and jQuery UI

Re: Wicket rendering jquery late

2012-09-26 Thread Martin Grigorov
Hi, Wicket 6 introduces dependencies between resources - http://wicketinaction.com/2012/07/wicket-6-resource-management/ So you can modify your JavaScriptResourceReferences to be org.apache.wicket.resource.JQueryPluginResourceReference instead. This way Wicket will be able to calculate the graph.

Re: Wicket rendering jquery late

2012-09-26 Thread Pointbreak
If your panel depends on jquery, you should render the reference to jquery also in your panel. On Wed, Sep 26, 2012, at 13:40, Oscar Besga Arcauz wrote: Hi wickers ! I've a problem with wicket and jquery resource rendering. My webpage has many panels wich uses jquery, and they have

Re: Wicket rendering jquery late

2012-09-26 Thread Oscar Besga Arcauz
(JavaScriptReferenceHeaderItem.forReference(JQueryResourceReference.get()));     return dependencies;     } } Oscar Besga Arcauz -Martin Grigorov mgrigo...@apache.org escribió: - Para: users@wicket.apache.org De: Martin Grigorov mgrigo...@apache.org Fecha: 26/09/2012 13:49 Asunto: Re: Wicket rendering jquery

Re: Wicket rendering jquery late

2012-09-26 Thread Martin Grigorov
Grigorov mgrigo...@apache.org escribió: - Para: users@wicket.apache.org De: Martin Grigorov mgrigo...@apache.org Fecha: 26/09/2012 13:49 Asunto: Re: Wicket rendering jquery late Hi, Wicket 6 introduces dependencies between resources - http://wicketinaction.com/2012/07/wicket-6-resource

Re: Wicket with Jquery jqGrid

2010-03-15 Thread Ernesto Reinaldo Barreiro
AFAIK JWeekend has been working on an integration, see demo at [1]. I have been working in another integration which is not (yet) as advanced/complete as JWekeend´s is. You can find the details at [2] Best, Ernesto Refereces, 1-http://labs.jweekend.com/public/

Re: Wicket with Jquery jqGrid

2010-03-15 Thread vermas
Thanks for your reply. Would you be able to tell when are you expecting(tentative date) the integration work to be over? reiern70 wrote: AFAIK JWeekend has been working on an integration, see demo at [1]. I have been working in another integration which is not (yet) as advanced/complete

Re: Wicket and JQuery

2009-11-11 Thread Peter Ross
On Wed, Nov 11, 2009 at 3:53 PM, Peter Ross pdr...@gmail.com 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

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. Bingo!! I've

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,

Re: Wicket and JQuery

2009-10-28 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

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-28 Thread Jeffrey Schneller
[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 least

RE: Wicket and JQuery

2009-10-28 Thread Jeffrey Schneller
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 wiquery, any

RE: Wicket and JQuery

2009-10-28 Thread richardwilko
: 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 wiquery, any feedback is always welcome. Anyway, for ajax communication, add an AbstractAajxBehaviour to your page / component

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

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 not

Re: Wicket and JQuery - lavalamp

2009-08-15 Thread Martin Makundi
Cute :) 2009/8/15 Eyal Golan egola...@gmail.com: 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

RE: Wicket an jQuery: current status

2009-06-04 Thread Stefan Lindner
No, no connections. I thin the wicketstuff project is still based upon jquery 1.2. I don't know if this project is still active. -Ursprüngliche Nachricht- Von: Rob Sonke [mailto:r...@tigrou.nl] Gesendet: Donnerstag, 4. Juni 2009 07:22 An: users@wicket.apache.org Betreff: Re: Wicket

Re: Wicket an jQuery: current status

2009-06-03 Thread Rob Sonke
Nice, is there any connection between your project and wickext and the existing code in wicketstuff? On 6/3/09 10:18 PM, Stefan Lindner wrote: Hi all, as I told you, I am working on a Apache Wicket - jQuery integration. The current status can be found under

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 dorothee.giern...@kds-kg.de: Hello everyone, i know this might sound a little weird and naive and maybe stupid ... I dunno, I'll ask

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 Cristi Manole
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 checkout http

RE: wicket and jquery

2009-05-29 Thread Stefan Lindner
- 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 lind...@visionet.de wrote: Currently I'm building

Re: Wicket Stuff JQuery + Wicket Ajax

2007-11-22 Thread Dipu Seminlal
Hi all, Please ignore this mail, i found the reason why it was not working. just calling target.appendJavascript(dnd.getJSFunctionName4Start() + ();); will do the trick. I had an idea its about calling nd.getJSFunctionName4Start(), but i tried it in a wrong way, instead of appending i tried using