svn commit: r530673 - /incubator/wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/protocol/http/request/WebClientInfo.java

2007-04-20 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 20 00:09:05 2007 New Revision: 530673 URL: http://svn.apache.org/viewvc?view=rev&rev=530673 Log: backport eelco's missing user-agent header fix Modified: incubator/wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/protocol/http/request/WebClientInfo.jav

[jira] Resolved: (WICKET-475) NPE in WebClientInfo when user-agent header is not sent

2007-04-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-475. -- Resolution: Fixed > NPE in WebClientInfo when user-agent header is not sent > -

[jira] Commented: (WICKET-455) mvn jetty:run; maven-jetty-plugin not configured

2007-04-20 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490252 ] Jean-Baptiste Quenot commented on WICKET-455: - Martin, any comment on this? I think we can close the iss

[jira] Created: (WICKET-487) Buggy behaviour in PageMap.access(IPageMapEntry,int). Wicket1.2.4

2007-04-20 Thread Kadir Sener GUMUS (JIRA)
Buggy behaviour in PageMap.access(IPageMapEntry,int). Wicket1.2.4 - Key: WICKET-487 URL: https://issues.apache.org/jira/browse/WICKET-487 Project: Wicket Issue Type: Bug

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Ingram Chen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490262 ] Ingram Chen commented on WICKET-438: We have tried with latest Tomcat 6.0.10 but still have file-handle-grows-iss

[jira] Commented: (WICKET-455) mvn jetty:run; maven-jetty-plugin not configured

2007-04-20 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490275 ] Martin Funk commented on WICKET-455: Ok, fine with me. I'll check for the Maven bug tracker. > mvn jetty:run; ma

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490276 ] Johan Compagner commented on WICKET-438: If you could see what code triggers a file handle then we can look a

svn commit: r530703 - /incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/border/BeforeAndAfterBorder.java

2007-04-20 Thread jcompagner
Author: jcompagner Date: Fri Apr 20 02:04:19 2007 New Revision: 530703 URL: http://svn.apache.org/viewvc?view=rev&rev=530703 Log: thought i already commited this yesterday.. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/border/BeforeAndAfterBorde

svn commit: r530705 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Component.java MarkupContainer.java

2007-04-20 Thread jcompagner
Author: jcompagner Date: Fri Apr 20 02:05:47 2007 New Revision: 530705 URL: http://svn.apache.org/viewvc?view=rev&rev=530705 Log: init model shouldn't be called when testing for previous model. So i had to make model of component package scope so that the MarkupContainer can access it. Modified

[jira] Updated: (WICKET-464) CompressedPackageResource should have a switch to enable/disable

2007-04-20 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-464: -- Attachment: compress_on_off.txt This is my suggestion / contribution for solving the compression issue.

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490290 ] Jean-Baptiste Quenot commented on WICKET-438: - In UrlResourceStream#lastModifiedTime() have you tried to

[jira] Resolved: (WICKET-455) mvn jetty:run; maven-jetty-plugin not configured

2007-04-20 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Quenot resolved WICKET-455. - Resolution: Invalid > mvn jetty:run; maven-jetty-plugin not configured >

[CONF] Apache Wicket: Component Versioning (page created)

2007-04-20 Thread confluence
Page Created : WICKET : Component Versioning Component Versioning has been created by Erik van Oosten (Apr 20, 2007). Content: Taken from on e-mail from Eelco Hillen

[CONF] Apache Wicket: Versioning (page edited)

2007-04-20 Thread confluence
Page Edited : WICKET : Versioning Versioning has been edited by Erik van Oosten (Apr 20, 2007). (View changes) Content: Taken from

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490291 ] Johan Compagner commented on WICKET-438: That code IS the fix if we don't test if it is jar url connection an

[CONF] Apache Wicket: Versioning (page edited)

2007-04-20 Thread confluence
Page Edited : WICKET : Versioning Versioning has been edited by Erik van Oosten (Apr 20, 2007). (View changes) Content: Taken from

[jira] Created: (WICKET-488) Allow more complex behaviour for AutoCompleter component

2007-04-20 Thread Peter Ertl (JIRA)
Allow more complex behaviour for AutoCompleter component Key: WICKET-488 URL: https://issues.apache.org/jira/browse/WICKET-488 Project: Wicket Issue Type: Improvement Compone

[jira] Commented: (WICKET-476) Backport RequestCycle#updateSession and pagemap#session removal to 1.2.x

2007-04-20 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490306 ] Jean-Baptiste Quenot commented on WICKET-476: - For reference this is the associated Subversion commit: {

[jira] Updated: (WICKET-488) Allow more complex behaviour for AutoCompleter component

2007-04-20 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-488: -- Attachment: autocomplete-on-select.patch This patch makes the onSelect behavior of autocomplete customi

[jira] Updated: (WICKET-488) Allow more complex behaviour for AutoCompleter component

2007-04-20 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-488: -- Attachment: autocomplete-on-select-including-onclick.patch This patch is similar to the first, just tha

[jira] Commented: (WICKET-476) Backport RequestCycle#updateSession and pagemap#session removal to 1.2.x

2007-04-20 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490316 ] Jean-Baptiste Quenot commented on WICKET-476: - Shouldn't we throw an exception in PageMap.getSession() in

[jira] Reopened: (WICKET-455) mvn jetty:run; maven-jetty-plugin not configured

2007-04-20 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Funk reopened WICKET-455: I opened a bugreport at codehaus for this. http://jira.codehaus.org/browse/MPJETTY-11 > mvn jetty:run

[jira] Resolved: (WICKET-455) mvn jetty:run; maven-jetty-plugin not configured

2007-04-20 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Funk resolved WICKET-455. Resolution: Later > mvn jetty:run; maven-jetty-plugin not configured >

[jira] Commented: (WICKET-476) Backport RequestCycle#updateSession and pagemap#session removal to 1.2.x

2007-04-20 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490333 ] Johan Compagner commented on WICKET-476: i think that is a bit dangerous. IF (and then it is bug that getSess

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Stefan Wille (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490392 ] Stefan Wille commented on WICKET-438: - We think that the remaining issue is caused by Linux, not Wicket. We have

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490394 ] Eelco Hillenius commented on WICKET-438: The problems I've seen in the past with this also solely were with L

svn commit: r530845 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html

2007-04-20 Thread jcompagner
Author: jcompagner Date: Fri Apr 20 09:14:28 2007 New Revision: 530845 URL: http://svn.apache.org/viewvc?view=rev&rev=530845 Log: test for bamboo, will be reverted Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html Modi

svn commit: r530848 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html

2007-04-20 Thread jcompagner
Author: jcompagner Date: Fri Apr 20 09:23:21 2007 New Revision: 530848 URL: http://svn.apache.org/viewvc?view=rev&rev=530848 Log: now it works, strange Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html Modified: incub

svn commit: r530872 - in /incubator/wicket/branches/wicket-1.2.x/wicket-examples/src/test/java/wicket/examples/displaytag/list: SortableTableHeadersExpectedResult_1.html SortableTableHeadersExpectedRe

2007-04-20 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 20 11:11:02 2007 New Revision: 530872 URL: http://svn.apache.org/viewvc?view=rev&rev=530872 Log: dont know how bamboo didnt catch this Modified: incubator/wicket/branches/wicket-1.2.x/wicket-examples/src/test/java/wicket/examples/displaytag/list/SortableTableH

[jira] Commented: (WICKET-438) File handles are leaked when loading images from a jar file, Tomcat crashes

2007-04-20 Thread Stefan Wille (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490420 ] Stefan Wille commented on WICKET-438: - For Wicket 1.2.5, we've seen the problem both on Mac OS X and on Linux. Wi

[CONF] Apache Wicket: Articles about Wicket (page edited)

2007-04-20 Thread confluence
Page Edited : WICKET : Articles about Wicket Articles about Wicket has been edited by Erik van Oosten (Apr 20, 2007). (View changes) Co

[CONF] Apache Wicket: Articles about Wicket (page edited)

2007-04-20 Thread confluence
Page Edited : WICKET : Articles about Wicket Articles about Wicket has been edited by Erik van Oosten (Apr 20, 2007). (View changes) Co

[CONF] Apache Wicket: Maven Jetty plugin (page created)

2007-04-20 Thread confluence
Page Created : WICKET : Maven Jetty plugin Maven Jetty plugin has been created by Martin Funk (Apr 20, 2007). Content: Table of contents Using the Maven Jetty p

svn commit: r530943 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/Loop.java

2007-04-20 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 20 16:03:54 2007 New Revision: 530943 URL: http://svn.apache.org/viewvc?view=rev&rev=530943 Log: made loopitem nonfinal. it is silly to have an overridable newItem() factory method if the class it returns is final :) Modified: incubator/wicket/trunk/jdk-1.4/w

svn commit: r530944 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/Loop.java

2007-04-20 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 20 16:04:22 2007 New Revision: 530944 URL: http://svn.apache.org/viewvc?view=rev&rev=530944 Log: gotta open up the constructor too Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/Loop.java Modified: incubator/

svn commit: r530985 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebMarkupContainer.java

2007-04-20 Thread ehillenius
Author: ehillenius Date: Fri Apr 20 23:33:04 2007 New Revision: 530985 URL: http://svn.apache.org/viewvc?view=rev&rev=530985 Log: removed final from getMarkupType Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebMarkupContainer.java Modified: i