svn commit: r545131 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/ExternalLink.java

2007-06-07 Thread jcompagner
Author: jcompagner Date: Thu Jun 7 02:53:45 2007 New Revision: 545131 URL: http://svn.apache.org/viewvc?view=rev&rev=545131 Log: call super on onComponentTag Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/ExternalLink.java Modified: incuba

[jira] Commented: (WICKET-622) Component.toString() is unsafe

2007-06-07 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502286 ] Johan Compagner commented on WICKET-622: in 1.3 its already safe: if (detailed)

[jira] Created: (WICKET-623) Backport call to super onComponentTag in ExternalLink

2007-06-07 Thread Johannes Fahrenkrug (JIRA)
Backport call to super onComponentTag in ExternalLink -- Key: WICKET-623 URL: https://issues.apache.org/jira/browse/WICKET-623 Project: Wicket Issue Type: Bug Components: wicket

[jira] Commented: (WICKET-622) Component.toString() is unsafe

2007-06-07 Thread Nili Adoram (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502298 ] Nili Adoram commented on WICKET-622: the same code appears in 1.2.2 as well. the page is already set, but the mod

[jira] Resolved: (WICKET-571) AjaxLinks throws java.lang.ClassCastException

2007-06-07 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-571. -- Resolution: Duplicate > AjaxLinks throws java.lang.ClassCastException > ---

[jira] Commented: (WICKET-462) The Palette component does not update its (Property-)Model after the underlying list was changed by another part of the program

2007-06-07 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502311 ] Igor Vaynberg commented on WICKET-462: -- first someone needs to create the patch :) then the commit/application o

[jira] Created: (WICKET-624) AbstractSingleChoice: components can't have specific null or nullValid messages

2007-06-07 Thread Charlie Dobbie (JIRA)
AbstractSingleChoice: components can't have specific null or nullValid messages --- Key: WICKET-624 URL: https://issues.apache.org/jira/browse/WICKET-624 Project: Wicket

svn commit: r545176 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java

2007-06-07 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 7 06:35:01 2007 New Revision: 545176 URL: http://svn.apache.org/viewvc?view=rev&rev=545176 Log: WICKET-624 AbstractSingleChoice: components can't have specific null or nullValid messages Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apach

[jira] Resolved: (WICKET-624) AbstractSingleChoice: components can't have specific null or nullValid messages

2007-06-07 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-624. -- Resolution: Fixed Fix Version/s: 1.3.0-beta2 > AbstractSingleChoice: components can't ha

[jira] Commented: (WICKET-622) Component.toString() is unsafe

2007-06-07 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502369 ] Eelco Hillenius commented on WICKET-622: I think that the thing that is wrong here is that toString calls thi

[jira] Created: (WICKET-625) Wicket doesn't clean up properly when hot-deploying; hangs onto Class references.

2007-06-07 Thread Alastair Maw (JIRA)
Wicket doesn't clean up properly when hot-deploying; hangs onto Class references. - Key: WICKET-625 URL: https://issues.apache.org/jira/browse/WICKET-625 Project: Wicket

[jira] Created: (WICKET-626) profile Wicket for 1.3.0

2007-06-07 Thread Eelco Hillenius (JIRA)
profile Wicket for 1.3.0 Key: WICKET-626 URL: https://issues.apache.org/jira/browse/WICKET-626 Project: Wicket Issue Type: Improvement Components: wicket Reporter: Eelco Hillenius As

svn commit: r545242 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/NextButton.java

2007-06-07 Thread almaw
Author: almaw Date: Thu Jun 7 09:58:25 2007 New Revision: 545242 URL: http://svn.apache.org/viewvc?view=rev&rev=545242 Log: Remove invalid TODO Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/NextButton.java Modified: incubator/

[jira] Closed: (WICKET-606) AbstractTextComponent#setConvertEmptyInputStringToNull(true) does not work with IObjectClassAwareModels (affects TextField, etc.)

2007-06-07 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw closed WICKET-606. --- Resolution: Fixed This bug is fixed - behaviour is back to 1.2.x-style and trunk prior to the patch

[jira] Updated: (WICKET-625) Wicket doesn't clean up properly when hot-deploying; hangs onto Class references.

2007-06-07 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw updated WICKET-625: Attachment: WICKET-625.patch The attached patch works. We need some way to fix the SoftReference st

[jira] Commented: (WICKET-625) Wicket doesn't clean up properly when hot-deploying; hangs onto Class references.

2007-06-07 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502445 ] Alastair Maw commented on WICKET-625: - Note some complexities: WeakReference is not Serializable and never will b

[jira] Created: (WICKET-627) onBeforeRenderChildren should be made protected

2007-06-07 Thread Alastair Maw (JIRA)
onBeforeRenderChildren should be made protected --- Key: WICKET-627 URL: https://issues.apache.org/jira/browse/WICKET-627 Project: Wicket Issue Type: Bug Affects Versions: 1.3.0-beta1

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

2007-06-07 Thread almaw
Author: almaw Date: Thu Jun 7 10:54:22 2007 New Revision: 545252 URL: http://svn.apache.org/viewvc?view=rev&rev=545252 Log: WICKET-627 - allow us to override onBeforeRenderChildren(). Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java incubat

[jira] Commented: (WICKET-627) onBeforeRenderChildren should be made protected

2007-06-07 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502448 ] Alastair Maw commented on WICKET-627: - Have fixed half of this issue - it's now protected. However, it could do w

svn commit: r545276 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js

2007-06-07 Thread knopp
Author: knopp Date: Thu Jun 7 12:31:51 2007 New Revision: 545276 URL: http://svn.apache.org/viewvc?view=rev&rev=545276 Log: minor resize improvements Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modified: incubator/wicket/trunk/

[jira] Commented: (WICKET-625) Wicket doesn't clean up properly when hot-deploying; hangs onto Class references.

2007-06-07 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502528 ] Johan Compagner commented on WICKET-625: i think we have more class problems that we should solve i already r

svn commit: r545324 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax: ./ form/

2007-06-07 Thread jcompagner
Author: jcompagner Date: Thu Jun 7 14:39:55 2007 New Revision: 545324 URL: http://svn.apache.org/viewvc?view=rev&rev=545324 Log: api cleanup and a refactor of some getCallbackScript methods. its now much more obvious what to call and what to override when you want something. (success or failure

svn commit: r545357 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

2007-06-07 Thread ehillenius
Author: ehillenius Date: Thu Jun 7 18:00:12 2007 New Revision: 545357 URL: http://svn.apache.org/viewvc?view=rev&rev=545357 Log: sorted members Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/mai

svn commit: r545366 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/MetaDataKey.java test/java/org/apache/wicket/MetaDataTest.java

2007-06-07 Thread ehillenius
Author: ehillenius Date: Thu Jun 7 18:48:43 2007 New Revision: 545366 URL: http://svn.apache.org/viewvc?view=rev&rev=545366 Log: meta data optimization and unit test Added: incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/MetaDataTest.java Modified: incubator/wicke

svn commit: r545371 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: MetaDataEntry.java MetaDataKey.java

2007-06-07 Thread ehillenius
Author: ehillenius Date: Thu Jun 7 19:28:15 2007 New Revision: 545371 URL: http://svn.apache.org/viewvc?view=rev&rev=545371 Log: tweaks Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MetaDataEntry.java incubator/wicket/trunk/jdk-1.4/wicket/src/main/java

svn commit: r545372 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

2007-06-07 Thread ehillenius
Author: ehillenius Date: Thu Jun 7 19:28:43 2007 New Revision: 545372 URL: http://svn.apache.org/viewvc?view=rev&rev=545372 Log: remove debug meta data at the end of requests Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Modified: incubator/wick

[jira] Commented: (WICKET-626) profile Wicket for 1.3.0

2007-06-07 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502668 ] Eelco Hillenius commented on WICKET-626: According to YourKit, we're wasting a lot on non-interned strings. W