svn commit: r1144589 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/markup/ main/java/org/apache/wicket/markup/html/form/ main/java/org/apache/wicket/protocol/http/ test/ja

2011-07-08 Thread ivaynberg
Author: ivaynberg Date: Sat Jul 9 04:15:13 2011 New Revision: 1144589 URL: http://svn.apache.org/viewvc?rev=1144589&view=rev Log: wicket:for attribute to make it easy to link form component labels to form components Issue: WICKET-1469 Added: wicket/branches/wicket-1.4.x/wicket/src/main/jav

svn commit: r1144547 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

2011-07-08 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 8 23:18:56 2011 New Revision: 1144547 URL: http://svn.apache.org/viewvc?rev=1144547&view=rev Log: FC#getDefaultLabel() tweak Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified: wicket/trunk/wicket

svn commit: r1144545 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

2011-07-08 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 8 23:17:11 2011 New Revision: 1144545 URL: http://svn.apache.org/viewvc?rev=1144545&view=rev Log: small tweak to FC#getDefaultValue() Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified:

svn commit: r1144511 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/util/iterator/AbstractHierarchyIterator.java test/java/org/apache/wicket/util/iterator/AbstractHierarchyIteratorTes

2011-07-08 Thread jdonnerstag
Author: jdonnerstag Date: Fri Jul 8 21:02:23 2011 New Revision: 1144511 URL: http://svn.apache.org/viewvc?rev=1144511&view=rev Log: fixed childFirst issue in "visitChildren and friends require inner classes. Replace with iterators" Issue: WICKET-3789 Modified: wicket/trunk/wicket-core/src/

[jira] [Commented] (WICKET-3789) visitChildren and friends require inner classes. Replace with iterators

2011-07-08 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062169#comment-13062169 ] Juergen Donnerstag commented on WICKET-3789: That is implemented. See Abstrac

[jira] [Updated] (WICKET-3881) continueToOriginal() leaves context on Tomcat

2011-07-08 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-3881: --- Attachment: tomcatservletpath.zip quickstart showing the problem on Tomcat > continueToOriginal() l

[jira] [Created] (WICKET-3881) continueToOriginal() leaves context on Tomcat

2011-07-08 Thread Sven Meier (JIRA)
continueToOriginal() leaves context on Tomcat - Key: WICKET-3881 URL: https://issues.apache.org/jira/browse/WICKET-3881 Project: Wicket Issue Type: Bug Components: wicket-core Affects

[jira] [Updated] (WICKET-3335) Component Queuing (extract hierarchy information from markup)

2011-07-08 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag updated WICKET-3335: --- Attachment: wicket-3335.patch Find attached my little attempt to implement queuing.

[jira] [Resolved] (WICKET-3878) When base markup file has been removed from the cache, the the derived markup should be removed as well

2011-07-08 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-3878. Resolution: Fixed test case applied > When base markup file has been removed from

svn commit: r1144421 - /wicket/trunk/wicket-core/src/test/java/org/apache/wicket/markup/MarkupCacheTest.java

2011-07-08 Thread jdonnerstag
Author: jdonnerstag Date: Fri Jul 8 18:51:55 2011 New Revision: 1144421 URL: http://svn.apache.org/viewvc?rev=1144421&view=rev Log: additional test case: When base markup file has been removed from the cache, the the derived markup should be removed as well Issue: WICKET-3878 Modified: wic

svn commit: r1144374 - in /wicket/trunk: wicket-core/src/test/java/org/apache/wicket/ wicket-core/src/test/java/org/apache/wicket/util/collections/ wicket-core/src/test/java/org/apache/wicket/util/con

2011-07-08 Thread svenmeier
Author: svenmeier Date: Fri Jul 8 16:15:45 2011 New Revision: 1144374 URL: http://svn.apache.org/viewvc?rev=1144374&view=rev Log: moved wicket-util tests from wicket-core Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/ConverterLocatorTest.java (contents, props changed)

[jira] [Updated] (WICKET-3880) Reference to a non-existing images causes IllegalStateException "ResourceResponse#setWriteCallback() must be set."

2011-07-08 Thread Stefan Mandel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Mandel updated WICKET-3880: -- Attachment: BugPage.html BugPage.java > Reference to a non-existing images cau

[jira] [Created] (WICKET-3880) Reference to a non-existing images causes IllegalStateException "ResourceResponse#setWriteCallback() must be set."

2011-07-08 Thread Stefan Mandel (JIRA)
Reference to a non-existing images causes IllegalStateException "ResourceResponse#setWriteCallback() must be set." -- Key: WICKET-3880 URL: https://iss

[jira] [Updated] (WICKET-3875) Clear Files.remove() behavior

2011-07-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3875: Attachment: WICKET-3875.patch Implement async removal of files via commons-upload FileClea

[jira] [Commented] (WICKET-3879) Support FormValidator and package level resource bundles

2011-07-08 Thread Sylvain Vieujot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061919#comment-13061919 ] Sylvain Vieujot commented on WICKET-3879: - It seems WICKET-1103 solve the issue f

[jira] [Reopened] (WICKET-3878) When base markup file has been removed from the cache, the the derived markup should be removed as well

2011-07-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reopened WICKET-3878: - > When base markup file has been removed from the cache, the the derived markup > should be

[jira] [Created] (WICKET-3879) Support FormValidator and package level resource bundles

2011-07-08 Thread Sylvain Vieujot (JIRA)
Support FormValidator and package level resource bundles Key: WICKET-3879 URL: https://issues.apache.org/jira/browse/WICKET-3879 Project: Wicket Issue Type: Improvement Compo

svn commit: r1144212 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java

2011-07-08 Thread dashorst
Author: dashorst Date: Fri Jul 8 09:36:54 2011 New Revision: 1144212 URL: http://svn.apache.org/viewvc?rev=1144212&view=rev Log: Fixes NPE when sessions are invalidated *outside* a request, e.g. due to session timeout Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/proto

[jira] [Updated] (WICKET-3878) When base markup file has been removed from the cache, the the derived markup should be removed as well

2011-07-08 Thread Robert McGuinness (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert McGuinness updated WICKET-3878: -- Attachment: test-WICKET-3878.patch Just wanted to include a test case around this issu