Documenting Validator Resource Keys

2007-05-31 Thread Nick Heudecker
I'm always running into problems trying to determine resource keys for validators, in particular with EmailAddressValidator returning EmailAddressPatternValidator as its resource key. Is there any objection to making the validator resorce keys constants in the respective validator classes so

Re: abbreviated stack traces

2007-05-29 Thread Nick Heudecker
. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread Nick Heudecker
. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Need description and scope of Apache Wicket project for graduation

2007-05-22 Thread Nick Heudecker
1.2.6 contains a very important fix. Download Wicket now! http://wicketframework.org -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Need description and scope of Apache Wicket project for graduation

2007-05-22 Thread Nick Heudecker
I honestly didn't even read the Tapestry site. Oh well... On 5/22/07, Korbinian Bachl [EMAIL PROTECTED] wrote: I had about 5 different tries, but none short and elegant ... will think about it tomorrow. If anyone finds a shorter or more elegant way to describe it, I would be glad. The trouble

Re: VOTE: 1.3: change return type of IDataProvider.size() from int to long

2007-03-19 Thread Nick Heudecker
to the long as well so that it maps nicely. since we have broken 1.3 already, we might as well do it now. -igor -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Problem with String[] and PageParameters

2007-02-08 Thread Nick Heudecker
retrieve it. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: [Wicket-dev] 2GB sources?

2007-02-04 Thread Nick Heudecker
2,702,361,664 bytes in 3 files and 6 dirs2,702,368,768 bytes allocated 13,240,459,264 bytes free -- View this message in context: http://www.nabble.com/-Wicket-dev--2GB-sources--tf3169499.html#a8792201 Sent from the Wicket - Dev mailing list archive at Nabble.com. -- Nick Heudecker

Re: [Wicket-dev] 2GB sources?

2007-02-04 Thread Nick Heudecker
it in there. Martijn On 2/4/07, Nick Heudecker [EMAIL PROTECTED] wrote: I had something similar running 'mvn package' for the 1.3 snapshot: -rw-r--r-- 1 nick nick5026495 Jan 30 12:27 wicket-1.3-incubating-SNAPSHOT-javadoc.jar -rw-r--r-- 1 nick nick 343219914 Jan 30 12:28 wicket-1.3-incubating

Re: Wicket 1.2.5?

2007-01-12 Thread Nick Heudecker
I also ran into this. On 1/12/07, Sean Sullivan [EMAIL PROTECTED] wrote: Hello, Wicket 1.2.4 has a critical bug that affects my application. The HeaderContributor behavior is buggy which causes my CSS style sheet to randomly disappear from my web pages. A fix was applied to the source tree

Re: Dinamically change header title

2006-12-18 Thread Nick Heudecker
Also, this message should be sent to user list instead of the developer list. Thanks. On 12/18/06, Igor Vaynberg [EMAIL PROTECTED] wrote: add(new Label(title, hello)); -igor On 12/18/06, Paolo Di Tommaso [EMAIL PROTECTED] wrote: How to change an page header title? Is it possible to

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Nick Heudecker
I'm -1 on allowing nested forms, and +1 on throwing a runtime error if this condition is encountered. Non-binding. On 11/5/06, Korbinian Bachl [EMAIL PROTECTED] wrote: shame on me ... now serious I think the way we treat nested forms in 2.0 and 1.3 a real improvement and a showcase for