RE: thanks you all for giving proper suggestions

2011-04-02 Thread Chris Colman
We haven't felt the need to use GWT with Wicket. Wicket has handled all of our client side code very powerfully and efficiently- and we can do all development and debugging in standard Java IDE's which means there's none of the GWT object marshalling to write, debug and maintain. What kind of

Re: [Vote] New Wicket Version Numbering

2011-04-02 Thread Peter Ertl
I just released Hello, World! v9.0 for the ultimate price of just $500. Who is interested? Am 02.04.2011 um 03:11 schrieb Bruno Borges: Of course it is the best. It has no software error-prone... :-) No GC problems, no heap calculations. =) Bruno Borges

Re: [VOTE] Behavior of CheckBox With Respect to setRequired(true)

2011-04-02 Thread Maarten Billemont
On 02 Apr 2011, at 01:01, Maarten Billemont wrote: On 02 Apr 2011, at 00:13, Bruno Borges wrote: [] Please, check this box if you agree with EULA [ x ] Please, uncheck this box if you don't want to receive notifications In this case, I would set the first checkbox as required,

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread James Carman
On Fri, Apr 1, 2011 at 10:59 PM, Chris Colman chr...@stepaheadsoftware.com wrote: We created and maintain the open source persistence abstraction framework called exPOJO (expojo.com) than can support any persistence technology under the hood upon which your application (or indeed other

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread jcgarciam
Nice Work, James. I working on project right now with tons of CRUD for their administration application, even thought i don't have problem writing them is more a repetitive and bored task than rocket science :P. I think this will fit nice, i was thinking about building one (or use other

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread James Carman
Cool! A potential user (besides me of course). Let me know if you run into anything and if you want to contribute back I'll give you SVN access. On Sat, Apr 2, 2011 at 9:27 AM, jcgarciam jcgarc...@gmail.com wrote: Nice Work, James. I working on project right now with tons of CRUD for their

Re: [VOTE] Behavior of CheckBox With Respect to setRequired(true)

2011-04-02 Thread Bruno Borges
No problem. :-) setRequired means what you said: please, provide a value. In case of a Checkbox, if setRequired is false, it means: you don't have to provide a value which in other words means you have the choice to do nothing about it which in other words means you don't have to check it. Which

Re: [VOTE] Behavior of CheckBox With Respect to setRequired(true)

2011-04-02 Thread Pedro Santos
By nature of checkbox you mean nature of HTTP. As setRequired is Wicket API, IMO it should abstract the empty info about false input from framework users, in benefit of those who are deliberately sending a 'false' value in their form input. On Sat, Apr 2, 2011 at 12:30 PM, Bruno Borges

How to display time for page generation ?

2011-04-02 Thread Isammoc OFF
Hi all, I would like to display a footer with the time spent to generate the page. How can I do something like generated in 0.123s ? Timestamp difference between start and end of the Page constructor is obviously not the solution. And I didn't find anything in Nabble... (815 answer for time

Re: Anyone using wicket-velocity 1.4.16 on java 1.5?

2011-04-02 Thread Emmanouil Batsis
Quoting Emmanouil Batsis ma...@abiss.gr: Quoting James Carman ja...@carmanconsulting.com: Quickstart? Bear with me; are you asking for a minimal testcase based on the archetype or whether i'm actually using it (or something else)? In anycase, it would lead me into figuring out my

Re: Anyone using wicket-velocity 1.4.16 on java 1.5?

2011-04-02 Thread James Carman
That's what usually happens. :) On Sat, Apr 2, 2011 at 4:56 PM, Emmanouil Batsis ma...@abiss.gr wrote: Quoting Emmanouil Batsis ma...@abiss.gr: Quoting James Carman ja...@carmanconsulting.com: Quickstart? Bear with me; are you asking for a minimal testcase based on the archetype or

Re: How to display time for page generation ?

2011-04-02 Thread Pedro Santos
Hi, the RequestLogger API can help you. http://wicket.apache.org/apidocs/1.4/org/apache/wicket/protocol/http/RequestLogger.html On Sat, Apr 2, 2011 at 5:21 PM, Isammoc OFF isam...@gmail.com wrote: Hi all, I would like to display a footer with the time spent to generate the page. How can I

Re:actually what i feel is it will be better when

2011-04-02 Thread hariharansrc
we use gwt we can code in java instead of js and then we can use the generated js in wicket. This only i thought. Sorry if i am wrong. but for me it will better when we code in java than in javascript. since i don't want to learn a new lang -- View this message in context: