Re: [VOTE] Release Wicket 1.3.1

2008-01-31 Thread Johan Compagner
+1 release, looks good to me On Jan 30, 2008 10:42 PM, Frank Bille [EMAIL PROTECTED] wrote: Hi all, I have build our first bug-fix release for 1.3. It's uploaded to my p.a.oaccount: Distribution: http://people.apache.org/~frankbille/releases/apache-wicket-1.3.1/dist/ M2 Repo:

Move WICKET-1307 to 1.3.1?

2008-01-31 Thread Erik van Oosten
Hello, Could WICKET-1307 be moved to release 1.3.1? Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: Move WICKET-1307 to 1.3.1?

2008-01-31 Thread Edvin Syse
If you end up with rebuilding because of this, it would be really nice to get the fix for AjaxEditableLabel in as well, Gerolf just fixed it (WICKET-1239). -- Edvin Erik van Oosten skrev: Hello, Could WICKET-1307 be moved to release 1.3.1? Regards, Erik. -- Erik van Oosten

[VOTE] meaning of setRequired(true) on a Checkbox

2008-01-31 Thread Kent Tong
Hi, What is the meaning of setRequired(true) on a Checkbox? Some interpret it as requiring that the Checkbox be checked. Some interpret that it requires that the Checkbox have a value (which is always the case). See http://www.nabble.com/%22required%22-for-Checkbox-ts14662131.html#a14680214 and

Re: [VOTE] meaning of setRequired(true) on a Checkbox

2008-01-31 Thread Eelco Hillenius
What is the meaning of setRequired(true) on a Checkbox? Some interpret it as requiring that the Checkbox be checked. Some interpret that it requires that the Checkbox have a value (which is always the case). See http://www.nabble.com/%22required%22-for-Checkbox-ts14662131.html#a14680214 and

Re: [VOTE] meaning of setRequired(true) on a Checkbox

2008-01-31 Thread Advanced Technology®
[ ] setRequired(true) means the Checkbox is checked. [ x ] setRequired(true) means the Checkbox has a value (always the case). 2008/2/1, Kent Tong [EMAIL PROTECTED]: Hi, What is the meaning of setRequired(true) on a Checkbox? Some interpret it as requiring that the Checkbox be checked.