svn commit: r1178321 - /wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/mapper/parameter/UrlPathPageParametersEncoder.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 07:44:21 2011 New Revision: 1178321 URL: http://svn.apache.org/viewvc?rev=1178321&view=rev Log: Fix minor typos in javadoc Modified: wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/mapper/parameter/UrlPathPageParametersEncoder.java Mod

svn commit: r1178323 - in /wicket/trunk: wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/ wicket-core/src/main/java/org/apache/wicket/ wicket-core/src/main/java/org/ap

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 07:47:58 2011 New Revision: 1178323 URL: http://svn.apache.org/viewvc?rev=1178323&view=rev Log: WICKET-4093 Deprecate ISessionSettings#getPageFactory() and delegate it to Application#getPageFactory() Modified: wicket/trunk/wicket-auth-roles/src/main/java/

[jira] [Resolved] (WICKET-4093) Deprecate ISessionSettings#getPageFactory() and delegate it to Application#getPageFactory()

2011-10-03 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4093. - Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Martin Grigorov > D

[jira] [Resolved] (WICKET-4089) Maven project created with maven archetype broken in chrome.

2011-10-03 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4089. - Resolution: Cannot Reproduce Looks OK with current trunk. > Maven proje

svn commit: r1178327 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: pageStore/DefaultPageStore.java serialize/java/JavaSerializer.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 08:13:07 2011 New Revision: 1178327 URL: http://svn.apache.org/viewvc?rev=1178327&view=rev Log: WICKET-4077 Error detaching RequestCycle listener after serialization failure Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/pageStore/Defau

[jira] [Resolved] (WICKET-4077) Error detaching RequestCycle listener after serialization failure

2011-10-03 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4077. - Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Martin Grigorov > E

[jira] [Assigned] (WICKET-4104) WicketTester does not handle RedirectToUrlException

2011-10-03 Thread Martin Grigorov (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-4104: --- Assignee: Peter Ertl There are two problems here: 1) in the test you should use: tes

[jira] [Commented] (WICKET-4104) WicketTester does not handle RedirectToUrlException

2011-10-03 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119204#comment-13119204 ] Martin Grigorov commented on WICKET-4104: - Here is a version of the test that pas

svn commit: r1178356 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/LinkParser.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 09:33:53 2011 New Revision: 1178356 URL: http://svn.apache.org/viewvc?rev=1178356&view=rev Log: WICKET-4099 SmartLinkLabel doesn't recognize already tagged links Use Strings util. Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/ext

svn commit: r1178357 - /wicket/trunk/wicket-extensions/src/test/java/org/apache/wicket/extensions/markup/html/basic/DefaultLinkParserTest.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 09:34:47 2011 New Revision: 1178357 URL: http://svn.apache.org/viewvc?rev=1178357&view=rev Log: WICKET-4099 SmartLinkLabel doesn't recognize already tagged links WICKET-3979 Upgrade Wicket's tests to JUnit4 Convert test to JUnit4 Modified: wicket/trunk/wi

svn commit: r1178358 - in /wicket/trunk/wicket-extensions/src: main/java/org/apache/wicket/extensions/markup/html/basic/LinkParser.java test/java/org/apache/wicket/extensions/markup/html/basic/Default

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 09:43:34 2011 New Revision: 1178358 URL: http://svn.apache.org/viewvc?rev=1178358&view=rev Log: WICKET-4099 SmartLinkLabel doesn't recognize already tagged links Ignore text which has markup inside. Modified: wicket/trunk/wicket-extensions/src/main/java/o

svn commit: r1178361 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/DefaultLinkParser.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 09:47:55 2011 New Revision: 1178361 URL: http://svn.apache.org/viewvc?rev=1178361&view=rev Log: WICKET-4099 SmartLinkLabel doesn't recognize already tagged links Minor optimization - don't iterate twice the passed String. Modified: wicket/trunk/wicket-ext

[jira] [Resolved] (WICKET-4099) SmartLinkLabel doesn't recognize already tagged links

2011-10-03 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4099. - Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Martin Grigorov > S

svn commit: r1178362 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanelTester.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 09:50:45 2011 New Revision: 1178362 URL: http://svn.apache.org/viewvc?rev=1178362&view=rev Log: WICKET-4098 AjaxLazyLoadPanelTester should take BaseWicketTester as parameter Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extension

[jira] [Resolved] (WICKET-4098) AjaxLazyLoadPanelTester should take BaseWicketTester as parameter

2011-10-03 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4098. - Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Martin Grigorov > A

[jira] [Commented] (WICKET-4099) SmartLinkLabel doesn't recognize already tagged links

2011-10-03 Thread Andrea Del Bene (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119231#comment-13119231 ] Andrea Del Bene commented on WICKET-4099: - IMHO SmartLinkLabel should not be resp

[jira] [Commented] (WICKET-4074) RequestLogger needs a clear separation of concerns

2011-10-03 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119232#comment-13119232 ] Martin Grigorov commented on WICKET-4074: - The patch assumes that the log data sh

[jira] [Commented] (WICKET-4074) RequestLogger needs a clear separation of concerns

2011-10-03 Thread Emond Papegaaij (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119239#comment-13119239 ] Emond Papegaaij commented on WICKET-4074: - The data is available when the 'perfor

[jira] [Commented] (WICKET-4074) RequestLogger needs a clear separation of concerns

2011-10-03 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119242#comment-13119242 ] Martin Grigorov commented on WICKET-4074: - > The data is available when the 'perf

[jira] [Commented] (WICKET-4074) RequestLogger needs a clear separation of concerns

2011-10-03 Thread Emond Papegaaij (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119245#comment-13119245 ] Emond Papegaaij commented on WICKET-4074: - Ah, I see what you mean. IRequestHandl

[jira] [Updated] (WICKET-4099) SmartLinkLabel doesn't recognize already tagged links

2011-10-03 Thread Andrea Del Bene (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene updated WICKET-4099: Comment: was deleted (was: IMHO SmartLinkLabel should not be responsable of checking inpu

[CONF] Apache Wicket > Wicket Blogs

2011-10-03 Thread confluence
Wicket Blogs Page edited by Martin Dilger Changes (1) ... * [Paul Szulc: Wicket and TDD|http://paulszulc.wordpress.com/] * [Tomasz Dziurko: Cod

[CONF] Apache Wicket > Wicket Blogs

2011-10-03 Thread confluence
Wicket Blogs Page edited by Martin Dilger Changes (2) ... * [Mystic Blog|http://www.mysticcoders.com/blog/] * [WicketByExample|http://wicketbye

[CONF] Apache Wicket > Wicket Blogs

2011-10-03 Thread confluence
Wicket Blogs Page edited by Martin Dilger Changes (1) ... * [Paul Szulc: Wicket and TDD|http://paulszulc.wordpress.com/] * [Tomasz Dziurko: Cod

[jira] [Assigned] (WICKET-4095) Adding wicket-example for rendering a Page in the current requestCycle

2011-10-03 Thread Martin Grigorov (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-4095: --- Assignee: Martin Grigorov > Adding wicket-example for rendering a Page in the cu

svn commit: r1178418 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 14:38:27 2011 New Revision: 1178418 URL: http://svn.apache.org/viewvc?rev=1178418&view=rev Log: Remove commented code (never upgraded from 1.4 to 1.5). Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication

svn commit: r1178419 - in /wicket/trunk/wicket-examples: ./ src/main/java/org/apache/wicket/examples/asemail/ src/main/resources/org/apache/wicket/examples/asemail/ src/main/resources/org/apache/wicke

2011-10-03 Thread mgrigorov
Author: mgrigorov Date: Mon Oct 3 14:39:41 2011 New Revision: 1178419 URL: http://svn.apache.org/viewvc?rev=1178419&view=rev Log: WICKET-4095 Adding wicket-example for rendering a Page in the current requestCycle Added: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples

[jira] [Resolved] (WICKET-4095) Adding wicket-example for rendering a Page in the current requestCycle

2011-10-03 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4095. - Resolution: Fixed Fix Version/s: 1.5.2 > Adding wicket-example for rendering

[jira] [Created] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-03 Thread Andrea Del Bene (Created) (JIRA)
Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException - Key: WICKET-4105 URL: https://issues.apache

[jira] [Commented] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-03 Thread Andrea Del Bene (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119427#comment-13119427 ] Andrea Del Bene commented on WICKET-4105: - run quickstart and click on 'update' l

[jira] [Updated] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-03 Thread Andrea Del Bene (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene updated WICKET-4105: Attachment: myproject.zip > Using ajax to update a component that has an AbstractTrans

[jira] [Commented] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-03 Thread Andrea Del Bene (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119687#comment-13119687 ] Andrea Del Bene commented on WICKET-4105: - Thee problem was introduced with commi

[jira] [Updated] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-03 Thread Andrea Del Bene (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene updated WICKET-4105: Attachment: WICKET-4105.patch > Using ajax to update a component that has an AbstractT

[jira] [Commented] (WICKET-4104) WicketTester does not handle RedirectToUrlException

2011-10-03 Thread bernard (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119833#comment-13119833 ] bernard commented on WICKET-4104: - Thank you very much for the working version and the ex

[jira] [Created] (WICKET-4106) Examples not running on GlassFish 3.1.1

2011-10-03 Thread bernard (Created) (JIRA)
Examples not running on GlassFish 3.1.1 --- Key: WICKET-4106 URL: https://issues.apache.org/jira/browse/WICKET-4106 Project: Wicket Issue Type: Bug Components: wicket-examples Affects Version

[jira] [Commented] (WICKET-4106) Examples not running on GlassFish 3.1.1

2011-10-03 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119902#comment-13119902 ] Martin Grigorov commented on WICKET-4106: - The problem is that GF also uses SLF4J