Re: using Prototype.js and Scriptaculous with latest version of wicket

2008-10-05 Thread 张伟
I agree with Igor. if you are looking to generate your ui purely in javascript you will not be able to take advantage of a lot of wicket components. And i think you should generate your ui purely in javascript only when the ui dose not include in the standard Html components. 2008/10/3 Igor

Re: using Prototype.js and Scriptaculous with latest version of wicket

2008-10-03 Thread Martin Grigorov
Wicket is (mostly) server-side web framework so it is no problem to mix it with any client-side JS library. Get inspired by: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-scriptaculous On Thu, 2008-10-02 at 08:18 -0700, ilanfox wrote: Hello, I am considering

using Prototype.js and Scriptaculous with latest version of wicket

2008-10-02 Thread ilanfox
Hello, I am considering starting a new project (web app) with Wicket. This project will be based heavily on JavaScript with Prototype and Scriptaculous. Most of the UI will be generated via JavaScript and the also the new CANVAS tag will be used. I really need to know if I'm going the right

Re: using Prototype.js and Scriptaculous with latest version of wicket

2008-10-02 Thread Igor Vaynberg
there shouldnt be any problems using prototype with wicket. however, if you are looking to generate your ui purely in javascript you will not be able to take advantage of a lot of wicket components -igor On Thu, Oct 2, 2008 at 8:18 AM, ilanfox [EMAIL PROTECTED] wrote: Hello, I am