[jira] Created: (WICKET-3310) Multiple language support for UploadProgressBar

2011-01-07 Thread Paul (JIRA)
Multiple language support for UploadProgressBar --- Key: WICKET-3310 URL: https://issues.apache.org/jira/browse/WICKET-3310 Project: Wicket Issue Type: Improvement Components:

[jira] Created: (WICKET-3311) Delete unused IPageSerializer co from o.a.w.Page class

2011-01-07 Thread JIRA
Delete unused IPageSerializer co from o.a.w.Page class Key: WICKET-3311 URL: https://issues.apache.org/jira/browse/WICKET-3311 Project: Wicket Issue Type: Improvement Affects

[jira] Updated: (WICKET-3311) Delete unused IPageSerializer co from o.a.w.Page class

2011-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3311: -- Attachment: WICKET-3311.patch Attaching patch made against trunk. Tests pass. Delete unused

[jira] Commented: (WICKET-3311) Delete unused IPageSerializer co from o.a.w.Page class

2011-01-07 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978723#action_12978723 ] Martin Grigorov commented on WICKET-3311: - Be careful with this. At least the last

[jira] Commented: (WICKET-3311) Delete unused IPageSerializer co from o.a.w.Page class

2011-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978732#action_12978732 ] Attila Király commented on WICKET-3311: --- You are right about writeReplace(). It's a

[jira] Issue Comment Edited: (WICKET-3311) Delete unused IPageSerializer co from o.a.w.Page class

2011-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978732#action_12978732 ] Attila Király edited comment on WICKET-3311 at 1/7/11 5:46 AM:

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

2011-01-07 Thread pedro
Author: pedro Date: Fri Jan 7 11:04:06 2011 New Revision: 1056257 URL: http://svn.apache.org/viewvc?rev=1056257view=rev Log: javadoc Issue: WICKET-3308 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified:

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

2011-01-07 Thread pedro
Author: pedro Date: Fri Jan 7 11:08:56 2011 New Revision: 1056260 URL: http://svn.apache.org/viewvc?rev=1056260view=rev Log: javadoc Issue: WICKET-3308 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified:

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

2011-01-07 Thread pedro
Author: pedro Date: Fri Jan 7 11:10:43 2011 New Revision: 1056261 URL: http://svn.apache.org/viewvc?rev=1056261view=rev Log: reverting last commit Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified:

[jira] Assigned: (WICKET-3309) unable to add nodes to an empty rootless Tree (e.g. LinkTree)

2011-01-07 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos reassigned WICKET-3309: Assignee: Pedro Santos unable to add nodes to an empty rootless Tree (e.g. LinkTree)

[jira] Created: (WICKET-3312) Tomcat complains about thread local memory leaking when using wickets XForwardedRequestWrapperFactory

2011-01-07 Thread JIRA
Tomcat complains about thread local memory leaking when using wickets XForwardedRequestWrapperFactory - Key: WICKET-3312 URL:

[jira] Updated: (WICKET-3312) Tomcat complains about thread local memory leaking when using wickets XForwardedRequestWrapperFactory

2011-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3312: -- Attachment: WICKET-3312.patch Attaching a patch against current trunk. Tests pass, tomcat

[jira] Updated: (WICKET-3309) unable to add nodes to an empty rootless Tree (e.g. LinkTree)

2011-01-07 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3309: - Attachment: WICKET-3309.patch Testing for not presented root nodes, avoiding then from get

svn commit: r1056345 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/markup/html/tree/AbstractTree.java test/java/org/apache/wicket/markup/html/tree/ test/java/org/apache/wi

2011-01-07 Thread pedro
Author: pedro Date: Fri Jan 7 15:18:30 2011 New Revision: 1056345 URL: http://svn.apache.org/viewvc?rev=1056345view=rev Log: Testing for not presented root nodes on root less trees Issue: WICKET-3309 Added:

svn commit: r1056377 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/markup/html/tree/AbstractTree.java test/java/org/apache/wicket/markup/html/tree/ test/java/org/apache/wicket/markup

2011-01-07 Thread pedro
Author: pedro Date: Fri Jan 7 16:30:08 2011 New Revision: 1056377 URL: http://svn.apache.org/viewvc?rev=1056377view=rev Log: Testing for not presented root nodes on root less trees Issue: WICKET-3309 Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/markup/html/tree/

[jira] Resolved: (WICKET-3309) unable to add nodes to an empty rootless Tree (e.g. LinkTree)

2011-01-07 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3309. -- Resolution: Fixed Fix Version/s: 1.5-M4 1.4.16 Problem 1 fix:

[jira] Created: (WICKET-3313) WebPage cookiesResource is not used

2011-01-07 Thread Richard Emberson (JIRA)
WebPage cookiesResource is not used --- Key: WICKET-3313 URL: https://issues.apache.org/jira/browse/WICKET-3313 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions:

[jira] Commented: (WICKET-3308) Turn the FormComponent#getConvertedInput method to protected

2011-01-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979031#action_12979031 ] Hudson commented on WICKET-3308: Integrated in Apache Wicket 1.4.x #376 (See

[jira] Commented: (WICKET-3309) unable to add nodes to an empty rootless Tree (e.g. LinkTree)

2011-01-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979030#action_12979030 ] Hudson commented on WICKET-3309: Integrated in Apache Wicket 1.4.x #376 (See