Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-10 Thread Ian Clarke
Just kinda taking this thread back to where it started: Does anyone have a .jar for wicket-stuff that will work with the Wicket 1.x branch? Ian. On 1/9/07, James McLaughlin <[EMAIL PROTECTED]> wrote: > That would be great. Maybe we can run the wicket-stuff examples there, too. > Is it possible f

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-08 Thread Ian Clarke
On 1/8/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > I have a jar ready and available for the wicket-scriptaculous project. > http://jroller.com/page/wireframe/?anchor=wicket_scriptaculous_0_1_1 > > Unfortunately, all my projects are using wicket-2.0 so that's what the > scriptaculous project has be

[Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-08 Thread Ian Clarke
I'm using the 1.x branch of Wicket (from about 2 weeks ago), and would like to use wicket-contrib-scriptaculous, but from a brief conversation on ##wicket on freenode (where people are infinitely helpful and a real credit to the project), it appears that this is maybe not as easy as perhaps it shou

Re: [Wicket-user] A question about wicket versions

2006-12-18 Thread Ian Clarke
On 12/18/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 12/18/06, Ian Clarke <[EMAIL PROTECTED]> wrote: > if you are using jdk 1.5 you can upgrade to 2.x, but you have to keep in > mind 2.x is still very much a moving target. what that means is that > sometimes thin

[Wicket-user] A question about wicket versions

2006-12-18 Thread Ian Clarke
I'm resending this in its own thread as it is a separate question: I'm currently using Wicket 1.2.2. I know the current version is 1.2.3, and there is a 2.0 in the works. My project is scheduled for launch around April of next year, and we have used Quickstart as a starting point. Should we be

Re: [Wicket-user] Why does everything need to be Serializable when I use AjaxEventBehavior?

2006-12-17 Thread Ian Clarke
On 12/17/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: > Somewhere you're holding a reference to the thoof.model.Story object, which > is (or is attempted to be) serialized along with the referencing component > to the user's session. You should look into detachable models to get around > this. T

[Wicket-user] Why does everything need to be Serializable when I use AjaxEventBehavior?

2006-12-17 Thread Ian Clarke
I'm a wicket newbie, but have been making relatively steady progress on a new webapp. I have an ExternalLink which is part of a Panel, and I want to make it notify the server asynchronously when the user clicks on it, so I've added an AjaxEventBehavior as follows: ExternalLink titleLink =

Re: [Wicket-user] newbie question: where do I put static files?

2006-11-17 Thread Ian Clarke
thanks, Ian. Ian Clarke: Co-Founder & Chief Scientist Revver, Inc. phone: 323.871.2828 | personal blog - http://locut.us/blog - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel a

[Wicket-user] newbie question: where do I put static files?

2006-11-17 Thread Ian Clarke
I have a really simple newbie question. I am trying to get started using Wicket with Eclipse, and I'm using the QuickStart application. Where do I put static files such as CSS, and do I need to configure anything to find them? Many thanks, Ian.