Re: Wicket and Javascript framework integration

2008-12-24 Thread Nino Martinez
r 23, 2008 6:20:18 PM Subject: Re: Wicket and Javascript framework integration Check out one of the many examples in Wicket Stuff, for instance, the YUI integration: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent/yui/ You can also see what Nino has

Re: Wicket and Javascript framework integration

2008-12-24 Thread Dipu
tion jQuery, i.e., what is required for > creating a behavior? > > Thanks, > > /tc > > > > > > From: Jeremy Thomerson > To: users@wicket.apache.org > Cc: fredy.wij...@gmail.com > Sent: Tuesday, December 23, 2008 6:20:18 PM

Re: Wicket and Javascript framework integration

2008-12-23 Thread T C
fredy.wij...@gmail.com Sent: Tuesday, December 23, 2008 6:20:18 PM Subject: Re: Wicket and Javascript framework integration Check out one of the many examples in Wicket Stuff, for instance, the YUI integration: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent

Re: Wicket and Javascript framework integration

2008-12-23 Thread Jeremy Thomerson
Check out one of the many examples in Wicket Stuff, for instance, the YUI integration: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent/yui/ You can also see what Nino has just been working on in the past couple of days with this: https://wicket-stuff

Wicket and Javascript framework integration

2008-12-23 Thread tabiul mahmood
Hi, I would like to know more about how can I go about integrating wicket with one of the popular javascript framework (Dojo or jQuery). We would like to use the standard wicket component and flavour the component with the JS. I want to avoid writing wicket component extension. I am aware that ther