[jira] Resolved: (WICKET-1735) Remove hard-coded text from the markup of PagingNavigator

2010-11-20 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-1735. Resolution: Fixed Fix Version/s: 1.5-M4 1.4.14 seems to

svn commit: r1037139 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-11-20 Thread jdonnerstag
Author: jdonnerstag Date: Sat Nov 20 08:53:38 2010 New Revision: 1037139 URL: http://svn.apache.org/viewvc?rev=1037139view=rev Log: removed transient markupIdFromMarkup from Component since it's not reset in development mode when markup gets changed. Instead we check the markup directly.

svn commit: r1037165 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/header/testing3/TestPage_ExpectedResult-2.html

2010-11-20 Thread jdonnerstag
Author: jdonnerstag Date: Sat Nov 20 11:06:20 2010 New Revision: 1037165 URL: http://svn.apache.org/viewvc?rev=1037165view=rev Log: (empty) Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/header/testing3/TestPage_ExpectedResult-2.html Modified:

[jira] Commented: (WICKET-1847) Custom, user defined, configuration types plus configuration type change during runtime

2010-11-20 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934132#action_12934132 ] Juergen Donnerstag commented on WICKET-1847: agree with Igor. Not sure we

[jira] Closed: (WICKET-1671) Performance problem with detach (Component.isAuto)

2010-11-20 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-1671. -- Resolution: Cannot Reproduce Please provide more evidence. Performance problem with

[jira] Assigned: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3168: --- Assignee: Martin Grigorov No Application in the thread when the web server

svn commit: r1037227 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: Application.java pageStore/memory/HttpSessionDataStore.java protocol/http/WebApplication.java protocol/http/WicketFilter

2010-11-20 Thread mgrigorov
Author: mgrigorov Date: Sat Nov 20 14:43:30 2010 New Revision: 1037227 URL: http://svn.apache.org/viewvc?rev=1037227view=rev Log: WICKET-3168 No Application in the thread when the web server destroys WicketFilter Set the current Application in the ThreadContext local during

[jira] Resolved: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3168. - Resolution: Fixed Fix Version/s: 1.5-M4 The patch is committed with r1037227

[jira] Resolved: (WICKET-3180) DropDownChoice should use IAjaxIndicatorAware like AbstractDefaultAjaxBehavior.findIndicatorId()

2010-11-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3180. - Resolution: Won't Fix Fix Version/s: 1.5-M4 1.4.14

[jira] Assigned: (WICKET-3136) JVM 1.6 crash caused by WicketObjectOutputStream, ClassStreamHandler, and Page.writePageObject

2010-11-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3136: --- Assignee: Johan Compagner Johan, can you take a look at the suggested solutions and

[CONF] Apache Wicket Wicket Employers

2010-11-20 Thread confluence
Wicket Employers Page edited by Carsten Hufe Changes (1) ... * [BlueXML|http://www.bluexml.com/] (FR) BlueXML is hiring for a RD project which mixes

[CONF] Apache Wicket Articles about Wicket

2010-11-20 Thread confluence
Articles about Wicket Page edited by Carsten Hufe Changes (1) ... h2. German * [Wicket - Best

[jira] Resolved: (WICKET-1847) Custom, user defined, configuration types plus configuration type change during runtime

2010-11-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1847. --- Resolution: Not A Problem this doesnt really make sense because all over the code we do the

svn commit: r1037272 [2/2] - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/settings/ main/java/org/apache/wicket/settings/def/ main/java/org/apache/wicket/util/

2010-11-20 Thread jdonnerstag
Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/def/DefaultRequestCycleSettings.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/def/DefaultRequestCycleSettings.java?rev=1037272view=auto

[jira] Resolved: (WICKET-1945) make wicket's configuration type an enum

2010-11-20 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-1945. Resolution: Fixed Assignee: Juergen Donnerstag make wicket's configuration

svn commit: r1037297 - in /wicket/trunk: wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/ wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/ wicket-examples/src/ma

2010-11-20 Thread jdonnerstag
Author: jdonnerstag Date: Sat Nov 20 18:53:29 2010 New Revision: 1037297 URL: http://svn.apache.org/viewvc?rev=1037297view=rev Log: fixed WICKET-1945 make wicket's configuration type an enum Issue: WICKET-1945 Added:

svn commit: r1037301 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/settings/def/ test/java/org/apache/wicket/

2010-11-20 Thread ivaynberg
Author: ivaynberg Date: Sat Nov 20 19:05:26 2010 New Revision: 1037301 URL: http://svn.apache.org/viewvc?rev=1037301view=rev Log: naming and code cleanup Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/def/ApplicationSettings.java - copied, changed from r1037299,

[jira] Commented: (WICKET-1945) make wicket's configuration type an enum

2010-11-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934173#action_12934173 ] Hudson commented on WICKET-1945: Integrated in Apache Wicket 1.5.x #536 (See

[jira] Updated: (WICKET-3136) JVM 1.6 crash caused by WicketObjectOutputStream, ClassStreamHandler, and Page.writePageObject

2010-11-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3136: - Attachment: test-WICKET-3136.patch test case trying to serialize/deserialize an page with

[jira] Updated: (WICKET-3136) JVM 1.6 crash caused by WicketObjectOutputStream, ClassStreamHandler, and Page.writePageObject

2010-11-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3136: - Attachment: fix-test-WICKET-3136.patch Using an stack to make sure that the

[jira] Created: (WICKET-3181) UploadProgressBar does not show up on nested forms

2010-11-20 Thread Alec Swan (JIRA)
UploadProgressBar does not show up on nested forms -- Key: WICKET-3181 URL: https://issues.apache.org/jira/browse/WICKET-3181 Project: Wicket Issue Type: Bug Components: wicket

[jira] Commented: (WICKET-3167) Strange IResourceStream type hierarchy

2010-11-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934212#action_12934212 ] Hudson commented on WICKET-3167: Integrated in Apache Wicket 1.4.x #280 (See

[jira] Updated: (WICKET-3181) UploadProgressBar does not show up on nested forms

2010-11-20 Thread Alec Swan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alec Swan updated WICKET-3181: -- Attachment: wicket.zip Just add the following line in you Wicket Application.init() method: mount(new