Re: [Wicket-user] JCR and Wicket

2007-03-21 Thread Igor Vaynberg
build an abstraction so that jcr or something else can be plugged in. i used jcr and it was ok, the api is very clunky because of all the checked exceptions that are mostly unrecoverable anyways. other then that it seems ok. -igor On 3/21/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: err, y

Re: [Wicket-user] JCR and Wicket

2007-03-21 Thread Korbinian Bachl
err, yes, i know that - thats the point. I want to fix this missing bit as well as integrate the most recent version of tiniyMCE into it, but Im not sure if JCR *is* the right thing to do it that way, as im new to it and i also dont know if making the JCR available via http itself is a good idea or

Re: [Wicket-user] Wicket and Groovy integration

2007-03-21 Thread Eelco Hillenius
Nice initiative :) Keep us informed! Eelco On 3/21/07, Kevin Galligan <[EMAIL PROTECTED]> wrote: > I've been working on a groovy builder implementation for the Wicket web > component framework. The short story is that groovy doesn't have anonymous > inner classes, and without those, Wicket comp

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-21 Thread Ayodeji Aladejebi
i remember when they organizaed Sun Developer Day in my country and sun passed some survey forms around asking us to tick frameworks we are using and then Wicket was excluded from the List. You know what I did? I used my Pen to include Wicket in the List and then ticked it :) Wicket rocks cheers

[Wicket-user] On-site training

2007-03-21 Thread Scott Swank
We are looking for someone to come out to Las Vegas for 3-5 days for an overview of best practices. Any takers? Cheers, Scott -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Wicket-user] Wicket's questions

2007-03-21 Thread ZedroS Schwart
I did remove the warning and it's fine, thanks a lot :) ZedroS On 3/21/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > they always just map if its updated yes nothing more. > But this is not the problem of the original question, because he still will > see this warning in his code > For this you

Re: [Wicket-user] JCR and Wicket

2007-03-21 Thread Igor Vaynberg
you need to add that functionality to that project, right now it doesnt support it. but it is a wicket-stuff project so anyone can join and contribute. -igor On 3/21/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: Hi, has anyone ever used wicket in combination of a JCR like Jackrabbit or sth

[Wicket-user] [Fwd: palette problem]

2007-03-21 Thread Ivana Cace
I've been experiencing a problem with the Palette component. User choices are always returned as n times the first item from options, unless the ChoiceRenderer is explicitely constructed with an idExpression. For example the following code: //class Input implements Serializable, it has two memb

[Wicket-user] Fwd: [ApacheCon] Early Bird registration ends Tuesday March 27th

2007-03-21 Thread Martijn Dashorst
-- Forwarded message -- From: Bertrand Delacretaz <[EMAIL PROTECTED]> Date: Mar 21, 2007 3:34 PM Subject: [ApacheCon] Early Bird registration ends Tuesday March 27th To: wicket-dev@incubator.apache.org Hi Wicket community, Please note that the Early Bird registration for the Apac

[Wicket-user] Wicket and Groovy integration

2007-03-21 Thread Kevin Galligan
I've been working on a groovy builder implementation for the Wicket web component framework. The short story is that groovy doesn't have anonymous inner classes, and without those, Wicket component building would be difficult. However, the Wicket component structure is tree based, and similar to

Re: [Wicket-user] hey, I was uisng that "target" model

2007-03-21 Thread Nathan Hamblen
Yes, that's it. Johan Compagner wrote: > ahh wait i see that the getObject does a recursive call if it is a model > So you want the internal model instead of the real model object ? > > johan > > > On 3/21/07, * Johan Compagner* <[EMAIL PROTECTED] > > wrote: > >

[Wicket-user] JCR and Wicket

2007-03-21 Thread Korbinian Bachl
Hi, has anyone ever used wicket in combination of a JCR like Jackrabbit or sth. like that? - Today I tried out the TinyMCE Contrib from wicket stuff and there is no part in it to give the user a file browser to upload and/ or use files wich seems mission critical for me if you want to give it to

Re: [Wicket-user] Wicket's questions

2007-03-21 Thread Johan Compagner
they always just map if its updated yes nothing more. But this is not the problem of the original question, because he still will see this warning in his code For this you need to disable the warning in the eclipse compiler. johan On 3/15/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: I thin

Re: [Wicket-user] Controlling back button of client

2007-03-21 Thread Johan Compagner
do everything in ajax.. then the url stays the same and you don't have a backbutton .. johan On 3/21/07, Konstantinos Lazouras <[EMAIL PROTECTED]> wrote: Hi, some pages of our application have a back button (i.e. a button where we do stuff at onClick() and then do this.setResponsePage(somePa

Re: [Wicket-user] Serveur pushing implementation

2007-03-21 Thread Vincent Demay
Johan Compagner a écrit : > first what is so special about that code? The second implementation uses cometd which is a dojo fundation project fully integrated in jetty 6 and using Bayeux protocol (based on json to make server/clients communications). > What is the protocol you are talking about >

Re: [Wicket-user] Controlling back button of client

2007-03-21 Thread Matej Knopp
This is not really wicket related. You need a javascript library that alows you to do that, however, the solutions are never 100% anyway. -Matej On 3/21/07, Konstantinos Lazouras <[EMAIL PROTECTED]> wrote: > > Hi, > > some pages of our application have a back button (i.e. a button where we do > s

[Wicket-user] Controlling back button of client

2007-03-21 Thread Konstantinos Lazouras
Hi, some pages of our application have a back button (i.e. a button where we do stuff at onClick() and then do this.setResponsePage(somePage.class);). I want to execute the same code when the user clicks the back button of the browser. Furthermore, I want to be able to disable the browser's but