[jira] [Updated] (WICKET-3591) NumberTextField and RangeTextField should always render/parse its value with English locale

2011-04-03 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3591: -- Description: Wicket started adding some support for the new Html5 input types. Among these ar

[jira] [Updated] (WICKET-3591) NumberTextField and RangeTextField should always render/parse its value with English locale

2011-04-03 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3591: -- Environment: client with a locale where the decimal mark is not a period (for example: Hungari

[jira] [Created] (WICKET-3591) NumberTextField and RangeTextField should always render/parse it's value with English locale

2011-04-03 Thread JIRA
NumberTextField and RangeTextField should always render/parse it's value with English locale Key: WICKET-3591 URL: https://issues.apache.org/jira/browse/WICKET-3591

[jira] [Resolved] (WICKET-3583) java.lang.ArrayStoreException with AttributeModifier

2011-04-03 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3583. -- Resolution: Cannot Reproduce > java.lang.ArrayStoreException with AttributeModifier >

[jira] [Commented] (WICKET-3583) java.lang.ArrayStoreException with AttributeModifier

2011-04-03 Thread Alex Rambau (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015254#comment-13015254 ] Alex Rambau commented on WICKET-3583: - Tested with 1.5-RC3 and the issue appears to h

svn commit: r1088355 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: markup/html/list/ListView.java util/tester/FormTester.java

2011-04-03 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 3 18:01:42 2011 New Revision: 1088355 URL: http://svn.apache.org/viewvc?rev=1088355&view=rev Log: Added suggest FormTester methods to 1.5 Issue: WICKET-2267 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/list/ListView.java

svn commit: r1088338 - in /wicket/trunk: wicket-core/src/test/java/org/apache/wicket/util/string/StringsTest.java wicket-util/src/test/java/org/apache/wicket/util/string/StringsTest.java

2011-04-03 Thread mgrigorov
Author: mgrigorov Date: Sun Apr 3 17:11:38 2011 New Revision: 1088338 URL: http://svn.apache.org/viewvc?rev=1088338&view=rev Log: Move the tests for Strings from -core to -util, where Strings.java is. Removed: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/util/string/StringsTest

[jira] [Resolved] (WICKET-3588) AppendingStringBuffer.append(StringBuilder, int, int) interprets length as stopIndex

2011-04-03 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3588. - Resolution: Fixed Fix Version/s: 1.5-RC4 Assignee: Martin Grigorov Fixed

svn commit: r1088337 - in /wicket/trunk: wicket-core/src/test/java/org/apache/wicket/util/string/ wicket-util/src/main/java/org/apache/wicket/util/string/

2011-04-03 Thread mgrigorov
Author: mgrigorov Date: Sun Apr 3 17:06:28 2011 New Revision: 1088337 URL: http://svn.apache.org/viewvc?rev=1088337&view=rev Log: WICKET-3588 AppendingStringBuffer.append(StringBuilder, int, int) interprets length as stopIndex Don't handle StringBuilder any special then String when appending it

[jira] [Commented] (WICKET-3576) Cannot set a cookie on bookmarkable page

2011-04-03 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015178#comment-13015178 ] Juergen Donnerstag commented on WICKET-3576: I've tested the latest snapshot

svn commit: r1088329 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: request/handler/PageProvider.java util/tester/BaseWicketTester.java util/tester/WicketTester.java

2011-04-03 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 3 16:42:12 2011 New Revision: 1088329 URL: http://svn.apache.org/viewvc?rev=1088329&view=rev Log: housekeeping on wickettester. No functional changes Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/PageProvider.java w

[jira] [Commented] (WICKET-3590) llegalStateException not caught by MarkupContainer.getAssociatedMarkupStream(false)

2011-04-03 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015172#comment-13015172 ] Martin Grigorov commented on WICKET-3590: - The javadoc says that it wont throw ex

svn commit: r1088327 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/ wicket-core/src/main/java/org/apache/wicket/util/tester/ wicket-core/src/test/java/org/apache/wicket/ wicket-core/

2011-04-03 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 3 15:58:06 2011 New Revision: 1088327 URL: http://svn.apache.org/viewvc?rev=1088327&view=rev Log: fixed WICKET-3085: Support for starting FormComponentPanel in WicketTester made testing of any Component type (not just Page and Panel) more easy. See startCompone

[jira] [Resolved] (WICKET-3085) Support for starting FormComponentPanel in WicketTester

2011-04-03 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-3085. Resolution: Fixed Fix Version/s: 1.5-RC4 > Support for starting FormCompone

[jira] [Resolved] (WICKET-3532) updated info on the book "Enjoying web development with Wicket"

2011-04-03 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3532. - Resolution: Fixed Fix Version/s: 1.5-RC4 Assignee: Martin Grigorov Fixed

svn commit: r1088258 - in /wicket/common/site/trunk: _site/atom.xml _site/learn/books/ewdww.html _site/learn/books/ewdww.png learn/books/ewdww.md learn/books/ewdww.png

2011-04-03 Thread mgrigorov
Author: mgrigorov Date: Sun Apr 3 11:55:01 2011 New Revision: 1088258 URL: http://svn.apache.org/viewvc?rev=1088258&view=rev Log: WICKET-3532 updated info on the book "Enjoying web development with Wicket" Modified: wicket/common/site/trunk/_site/atom.xml wicket/common/site/trunk/_site/

[jira] [Commented] (WICKET-3573) Wicket frame example shows empty frames

2011-04-03 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015128#comment-13015128 ] Martin Grigorov commented on WICKET-3573: - No one needed Frame until now so I thi

svn commit: r1088238 [4/4] - in /wicket/common/site/trunk: ./ _posts/ _site/ _site/2009/07/30/ _site/2009/08/21/ _site/2009/10/12/ _site/2009/10/24/ _site/2009/12/13/ _site/2009/12/21/ _site/2010/02/0

2011-04-03 Thread mgrigorov
Modified: wicket/common/site/trunk/_site/meet/introduction.html URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/introduction.html?rev=1088238&r1=1088237&r2=1088238&view=diff == --- wicket/common/site/

svn commit: r1088235 - /wicket/releases/wicket-1.5-RC3/

2011-04-03 Thread mgrigorov
Author: mgrigorov Date: Sun Apr 3 09:44:49 2011 New Revision: 1088235 URL: http://svn.apache.org/viewvc?rev=1088235&view=rev Log: tag release 1.5-RC3 Added: wicket/releases/wicket-1.5-RC3/ (props changed) - copied from r1088234, wicket/branches/wicket-1.5-RC3/ Propchange: wicket/rel

svn commit: r1088233 - /wicket/releases/wicket-1.4.17/

2011-04-03 Thread mgrigorov
Author: mgrigorov Date: Sun Apr 3 09:44:12 2011 New Revision: 1088233 URL: http://svn.apache.org/viewvc?rev=1088233&view=rev Log: tag release 1.4.17 Added: wicket/releases/wicket-1.4.17/ (props changed) - copied from r1088232, wicket/branches/wicket-1.4.17/ Propchange: wicket/releas