Re: Wicket And GAE

2010-04-10 Thread Juha Palomäki
I think the main issue is that for the development mode you need to disable resource polling, since that is using threads (which are not supported in GAE). This is described here: http://stronglytypedblog.blogspot.com/2009/04/wicket-on-google-app-engine.html One "problem" with this is that this ob

Re: JavaOne in San Francisco

2010-04-10 Thread Martijn Dashorst
On Sat, Apr 10, 2010 at 12:07 AM, Eelco Hillenius wrote: >> And i to the N900.. >> I want freedom, dont want to be controlled by fruit > > That's because you're enough of a fruity yourself. For most people > though, an Apple a day is very healthy. Though I don't find Apple's to be too expensive,

Re: Any "mature" work on integrating Hibernate Validator with Wicket?

2010-04-10 Thread Uwe Schäfer
Carlos Vara schrieb: Seeing as it is only 2 simple classes, and that the external dependencies can be reduced to a minimum (just javax-validation-api) i think message resolution is flawed (i18n) and making wicket directly dependent from javax.validation might be a bad thing. cu uwe ---

Re: JavaOne in San Francisco

2010-04-10 Thread Marek Šabo
Yeah, same here :( On 04/09/2010 08:21 PM, James Carman wrote: > I've got a G1. Unfortunately T-Mobile won't give me the new OS update yet. :( > > On Fri, Apr 9, 2010 at 11:12 AM, Igor Vaynberg > wrote: > >> but i just switched to htc hero :| >> >> -igor >> >> On Fri, Apr 9, 2010 at 7:10 AM,

Re: JavaOne in San Francisco

2010-04-10 Thread nino martinez wael
Heh and Im stuck with the htc diamond. At least it sort of runs android, half of hardware unsupported.. 2010/4/9 James Carman : > There's an app for that: > > http://www.gadgettastic.com/2008/07/07/iphone-beer-app/ > > On Fri, Apr 9, 2010 at 9:25 AM, nino martinez wael > wrote: >> I'd like to h

Re: Any "mature" work on integrating Hibernate Validator with Wicket?

2010-04-10 Thread David Chang
hi, did you get the jsr 303 validation code released? where can i find it? i am really excited looking forward to it. all the best, david --- On Mon, 4/5/10, Uwe Schäfer wrote: > From: Uwe Schäfer > Subject: Re: Any "mature" work on integrating Hibernate Validator with Wicket? > To: users@

http://cwiki.apache.org/WICKET is down

2010-04-10 Thread Carlos Chávez
Hello everyone. I just want to let all know that the wiki is seems down, can anyone confirm this ? I understand the wiki is on http://cwiki.apache.org/WICKET -- Cheers. Carlos Chávez. - To unsubscribe, e-mail: users-unsubscr..

Re: http://cwiki.apache.org/WICKET is down

2010-04-10 Thread Brian Topping
Yes, I saw that too. Apache infrastructure was attacked this week, I presume they are working on repairing things right now. On Apr 10, 2010, at 2:00 PM, Carlos Chávez wrote: > Hello everyone. > > I just want to let all know that the wiki is seems down, > can anyone confirm this ? > > I under

Trying to do something complicated with ListMultipleChoice model

2010-04-10 Thread Ray Weidner
Hi, I'm pretty new to Wicket and trying to get a better understanding of how models work. That's probably why this is such a tricky problem for me. On my site, users are submitting a form for a new Issue to be created. One of the fields of this Issue is affectedParties; in the data model, this

Re: Trying to do something complicated with ListMultipleChoice model

2010-04-10 Thread Sven Meier
Hi, ListMultipleChoice puts all selected parties into the model object you're returning in #getObject(). Either you should return a copy of your collection in #getObject() or just do nothing in #setObject(). Your current call to #clear() is effectively clearing the new selection (i.e. affect

Re: Wicket and JEE6

2010-04-10 Thread Erik Brakkee
On Mon, Apr 5, 2010 at 11:58 PM, James Carman wrote: > > What I'll do is set it up in wicketstuff. That way others can > contribute/maintain it too. I've got permission already, so I can put > it up there sometime this evening. > > Do you have a location already for the source? I still think tha

Re: Trying to do something complicated with ListMultipleChoice model

2010-04-10 Thread Ray Weidner
Hi Sven, Thanks, that did the trick. I thought that the Collection argument was being generated by the framework, but now I understand what's happening. On Sat, Apr 10, 2010 at 4:00 PM, Sven Meier wrote: > Hi, > > ListMultipleChoice puts all selected parties into the model object you're > retu

GAE loses shared resources

2010-04-10 Thread Jacob Brookover
Hello all, I¹m running Wicket on Google App Engine. Things have been going fairly well, but I¹ve encountered a new issue. GAE, at any moment, can wipe and restart your application. In doing so, you lose everything including anything you¹ve added to SharedResources. Unfortunately, this can happ

Re: Any "mature" work on integrating Hibernate Validator with Wicket?

2010-04-10 Thread Uwe Schäfer
David Chang schrieb: hi, did you get the jsr 303 validation code released? where can i find it? i am really excited looking forward to it. about to. just finishing examples tomorrow. stay tuned. cu uwe - To unsubscribe, e-mai

Re: Wicket and JEE6

2010-04-10 Thread James Carman
My implementation is available at: http://svn.carmanconsulting.com/public/wicket-cdi/trunk/ The CdiPlugin class has an inject() method that can be used to inject anything, also. On Sat, Apr 10, 2010 at 5:11 PM, Erik Brakkee wrote: > On Mon, Apr 5, 2010 at 11:58 PM, James Carman > wrote: > >> >>

Re: resource (css) loading

2010-04-10 Thread sahar rostami
thank you Apple Grew I can't receive your attachments. Are you sure they have been attached ? On Thu, Apr 8, 2010 at 6:34 AM, Apple Grew wrote: > Maybe u can try writing a stream locator as I did. I am attaching my stream > locator with this mail. > > The necessary plumbing required with this is

Re: resource (css) loading

2010-04-10 Thread Apple Grew
Maybe it was stripped by Wicket Mailing list. Anyway I will paste the code in the mail itself. Regards, Apple Grew my blog @ http://blog.applegrew.com/ --Code Starts-- /** * Web based application for e-shopping. * Copyright (C) 2010 Nirupam Biswas (AppleGrew) * * This program is free softwa

Re: resource (css) loading

2010-04-10 Thread sahar rostami
Thanks so much dear apple grew! Regards On Sun, Apr 11, 2010 at 9:49 AM, Apple Grew wrote: > Maybe it was stripped by Wicket Mailing list. Anyway I will paste the code > in the mail itself. > > Regards, > Apple Grew > my blog @ http://blog.applegrew.com/ > > --Code Starts-- > > /** > * Web ba