[jira] Commented: (WICKET-706) Wicket should swallow ClientAbortException if a client aborts downloading a static image

2007-06-28 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508770 ] Johan Compagner commented on WICKET-706: can you get this on 1.3? it is pretty changed and those changes won'

[jira] Created: (WICKET-708) Unit Test org.apache.wicket.markup.html.basic.SimplePageTest fails.

2007-06-28 Thread Martin Funk (JIRA)
Unit Test org.apache.wicket.markup.html.basic.SimplePageTest fails. --- Key: WICKET-708 URL: https://issues.apache.org/jira/browse/WICKET-708 Project: Wicket Issue Type: Bug

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

2007-06-28 Thread knopp
Author: knopp Date: Thu Jun 28 06:08:09 2007 New Revision: 551546 URL: http://svn.apache.org/viewvc?view=rev&rev=551546 Log: Support for logging other things than just strings Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modified:

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

2007-06-28 Thread knopp
Author: knopp Date: Thu Jun 28 06:09:19 2007 New Revision: 551547 URL: http://svn.apache.org/viewvc?view=rev&rev=551547 Log: removed that weird info string at the beginning Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modified: i

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

2007-06-28 Thread jcompagner
Author: jcompagner Date: Thu Jun 28 06:41:50 2007 New Revision: 551552 URL: http://svn.apache.org/viewvc?view=rev&rev=551552 Log: getFocusedElement() method Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified: incubator/wicket/trunk/

svn commit: r551556 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator: EmailAddressValidator.java PatternValidator.java

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 06:46:27 2007 New Revision: 551556 URL: http://svn.apache.org/viewvc?view=rev&rev=551556 Log: Let validator resource keys default to the simple class name. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/Emai

svn commit: r551559 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 06:54:15 2007 New Revision: 551559 URL: http://svn.apache.org/viewvc?view=rev&rev=551559 Log: Fix EmailAddressValidator key. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_ba.properties incubator/wicket/trunk/jd

svn commit: r551561 - in /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src: main/java/org/apache/wicket/extensions/validation/validator/ test/java/org/apache/wicket/extensions/validation/validator

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 07:00:07 2007 New Revision: 551561 URL: http://svn.apache.org/viewvc?view=rev&rev=551561 Log: Remove "Pattern" from name. Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/validation/validator/RfcCompliantEmailAd

svn commit: r551564 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/FormPage.html

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 07:11:59 2007 New Revision: 551564 URL: http://svn.apache.org/viewvc?view=rev&rev=551564 Log: Whoops, missed a commit - ajax submit button > ajax button Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/built

svn commit: r551565 - in /incubator/wicket/trunk: jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardStep.java jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/ex

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 07:13:20 2007 New Revision: 551565 URL: http://svn.apache.org/viewvc?view=rev&rev=551565 Log: EmailAddressPatternValidator update Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardStep.java i

svn commit: r551591 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: application/ markup/resolver/ request/ util/lang/

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 08:10:56 2007 New Revision: 551591 URL: http://svn.apache.org/viewvc?view=rev&rev=551591 Log: Stop wrapping ClassNotFoundExceptions in WicketRuntimeExceptions and then catching them further up the stack, as it makes things far less transparent. Modified: incub

svn commit: r551595 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator: EmailAddressPatternValidator.java EmailAddressValidator.java

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 08:19:13 2007 New Revision: 551595 URL: http://svn.apache.org/viewvc?view=rev&rev=551595 Log: Add back in deprecated class. Added: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/EmailAddressPatternValidator.java (w

[jira] Created: (WICKET-709) Unable to remove an IFormValidator from a Form

2007-06-28 Thread Jim Hunziker (JIRA)
Unable to remove an IFormValidator from a Form -- Key: WICKET-709 URL: https://issues.apache.org/jira/browse/WICKET-709 Project: Wicket Issue Type: Improvement Components: wicket Affe

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

2007-06-28 Thread almaw
Author: almaw Date: Thu Jun 28 10:30:38 2007 New Revision: 551628 URL: http://svn.apache.org/viewvc?view=rev&rev=551628 Log: Add tooltip support for area elements from the links. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/ImageMap.java M

[jira] Assigned: (WICKET-709) Unable to remove an IFormValidator from a Form

2007-06-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-709: Assignee: Igor Vaynberg > Unable to remove an IFormValidator from a Form >

[jira] Assigned: (WICKET-708) Unit Test org.apache.wicket.markup.html.basic.SimplePageTest fails.

2007-06-28 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag reassigned WICKET-708: - Assignee: Juergen Donnerstag > Unit Test org.apache.wicket.markup.html.basic.Simp

[jira] Closed: (WICKET-708) Unit Test org.apache.wicket.markup.html.basic.SimplePageTest fails.

2007-06-28 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-708. - Resolution: Won't Fix Fix Version/s: 1.3.0-rc1 This is due to java 1.6. The hashma

[jira] Closed: (WICKET-405) StatelessForm and setRedirect(true) in the onSubmit method

2007-06-28 Thread Matthew Kwong (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Kwong closed WICKET-405. I have modified the quickstart with the latest beta1, it is working now, and no longer doing another p

svn commit: r551658 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Component.java markup/html/form/Form.java

2007-06-28 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 28 11:59:08 2007 New Revision: 551658 URL: http://svn.apache.org/viewvc?view=rev&rev=551658 Log: WICKET-709: ability to remove form validators as well as not validate formvalidators if they depend on components that are no longer on the page Modified: incubat

[jira] Resolved: (WICKET-709) Unable to remove an IFormValidator from a Form

2007-06-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-709. -- Resolution: Fixed Fix Version/s: 1.3.0-beta3 added form.removeFormValidator(iformvalidat

svn commit: r551682 - in /incubator/wicket/trunk: README wicket-assembly-all.xml

2007-06-28 Thread dashorst
Author: dashorst Date: Thu Jun 28 12:41:50 2007 New Revision: 551682 URL: http://svn.apache.org/viewvc?view=rev&rev=551682 Log: Fixed inclusion of ioc and guice to the distribution Modified: incubator/wicket/trunk/README incubator/wicket/trunk/wicket-assembly-all.xml Modified: incubator/

[jira] Created: (WICKET-710) Radio/Check/Box cleared on validation error

2007-06-28 Thread Joshua Lim (JIRA)
Radio/Check/Box cleared on validation error --- Key: WICKET-710 URL: https://issues.apache.org/jira/browse/WICKET-710 Project: Wicket Issue Type: Bug Components: wicket Affects Versions:

[jira] Created: (WICKET-711) Remove log4j dependency

2007-06-28 Thread Gili (JIRA)
Remove log4j dependency --- Key: WICKET-711 URL: https://issues.apache.org/jira/browse/WICKET-711 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions: 1.3.0-beta1 Reporter

[jira] Created: (WICKET-712) IConverter refers to nonexistent "class c"

2007-06-28 Thread Gili (JIRA)
IConverter refers to nonexistent "class c" -- Key: WICKET-712 URL: https://issues.apache.org/jira/browse/WICKET-712 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.