[jira] Created: (WICKET-754) add support for localization

2007-07-13 Thread Gerolf Seitz (JIRA)
add support for localization Key: WICKET-754 URL: https://issues.apache.org/jira/browse/WICKET-754 Project: Wicket Issue Type: Improvement Components: wicket-datetime Affects Versions: 1.3.0-beta2

svn commit: r556202 - in /incubator/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar: DatePicker.js wicket-date.js

2007-07-13 Thread ehillenius
Author: ehillenius Date: Fri Jul 13 18:38:27 2007 New Revision: 556202 URL: http://svn.apache.org/viewvc?view=rev&rev=556202 Log: optimized javascript (moved some code to generic script) Modified: incubator/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/c

[jira] Commented: (WICKET-747) wrong positioning of date pickers

2007-07-13 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512664 ] Gerolf Seitz commented on WICKET-747: - damn, just did the same thing, but not as nice ;) firefox 2.0.0.4 works f

[jira] Resolved: (WICKET-747) wrong positioning of date pickers

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius resolved WICKET-747. Resolution: Fixed The datepicker now by default positions itself relative to the datepicker

svn commit: r556194 - in /incubator/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar: DatePicker.java DatePicker.js wicket-date.js

2007-07-13 Thread ehillenius
Author: ehillenius Date: Fri Jul 13 17:43:04 2007 New Revision: 556194 URL: http://svn.apache.org/viewvc?view=rev&rev=556194 Log: WICKET-747 Modified: incubator/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java incubator/wicket/

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512658 ] Eelco Hillenius commented on WICKET-751: I would like to have the situation where we wouldn't be responsible

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512655 ] Gerolf Seitz commented on WICKET-751: - do you really need to access the localized strings in java? since localiza

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512646 ] Eelco Hillenius commented on WICKET-751: Btw, OT but I *could* use some help with WICKET-747. It's a bit suck

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512645 ] Eelco Hillenius commented on WICKET-751: > but what if the date is shown in a label instead of a textbox (don

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512644 ] Gerolf Seitz commented on WICKET-751: - yeah, you're probably right. but what if the date is shown in a label ins

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512642 ] Eelco Hillenius commented on WICKET-751: > i was actually thinking about "names of days and stuff". Stuff ro

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512640 ] Gerolf Seitz commented on WICKET-751: - i was actually thinking about "names of days and stuff". i already got it

[jira] Resolved: (WICKET-749) ClassCastException when using ReloadingWicketFilter

2007-07-13 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Quenot resolved WICKET-749. - Resolution: Fixed Thanks for your interest. In the updated documentation I'm add

svn commit: r556150 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: application/ReloadingClassLoader.java protocol/http/ReloadingWicketFilter.java

2007-07-13 Thread jbq
Author: jbq Date: Fri Jul 13 14:20:28 2007 New Revision: 556150 URL: http://svn.apache.org/viewvc?view=rev&rev=556150 Log: WICKET-749 ClassCastException when using ReloadingWicketFilter Session must be excluded from the reloading filter Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/ma

svn commit: r556148 - /incubator/wicket/trunk/jdk-1.4/wicket-ioc/src/main/java/org/apache/wicket/injection/ComponentInjector.java

2007-07-13 Thread jbq
Author: jbq Date: Fri Jul 13 14:17:47 2007 New Revision: 556148 URL: http://svn.apache.org/viewvc?view=rev&rev=556148 Log: Mention addComponentInstantiationListener() instead of add() in the Javadoc Modified: incubator/wicket/trunk/jdk-1.4/wicket-ioc/src/main/java/org/apache/wicket/injection

[jira] Resolved: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius resolved WICKET-751. Resolution: Fixed Fix Version/s: 1.3.0-beta3 > DatePicker doesn't adhere to the pro

svn commit: r556144 - in /incubator/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar: DatePicker.js wicket-date.js

2007-07-13 Thread ehillenius
Author: ehillenius Date: Fri Jul 13 13:49:10 2007 New Revision: 556144 URL: http://svn.apache.org/viewvc?view=rev&rev=556144 Log: WICKET-751 Modified: incubator/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.js incubator/wicket/tr

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512599 ] Eelco Hillenius commented on WICKET-751: I'm almost done fixing this, I'll commit it in a sec. More patterns

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512597 ] Gerolf Seitz commented on WICKET-751: - hm, crap. but it doesn't matter that much, since i wanted to provide a pat

[jira] Commented: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512584 ] Eelco Hillenius commented on WICKET-751: Cheers. Unfortunately, the patch doesn't work. > DatePicker doesn't

svn commit: r556083 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java

2007-07-13 Thread ehillenius
Author: ehillenius Date: Fri Jul 13 11:12:25 2007 New Revision: 556083 URL: http://svn.apache.org/viewvc?view=rev&rev=556083 Log: NonCachingDummyWebApplication -> NonPageCachingDummyWebApplication Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/Wic

svn commit: r556077 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java

2007-07-13 Thread ehillenius
Author: ehillenius Date: Fri Jul 13 10:46:59 2007 New Revision: 556077 URL: http://svn.apache.org/viewvc?view=rev&rev=556077 Log: added dummy web application that doesn't keep any history of pages Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/Wic

[jira] Commented: (WICKET-749) ClassCastException when using ReloadingWicketFilter

2007-07-13 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512546 ] Jean-Baptiste Quenot commented on WICKET-749: - I need to find a way to invalidate the session in a backgr

[jira] Commented: (WICKET-607) Stateless forms don't work with QueryStringUrlCodingStrategy

2007-07-13 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512540 ] Eelco Hillenius commented on WICKET-607: Maybe we should look at this at the same time: http://www.nabble.co

svn commit: r556066 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java

2007-07-13 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 13 10:03:28 2007 New Revision: 556066 URL: http://svn.apache.org/viewvc?view=rev&rev=556066 Log: (empty) Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java Modified: incubator/wicket/trunk/jdk-1

[jira] Commented: (WICKET-749) ClassCastException when using ReloadingWicketFilter

2007-07-13 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512538 ] Jean-Baptiste Quenot commented on WICKET-749: - OK, so there are two issues in fact. First, the back butt

[CONF] Apache Wicket: Control where HTML files are loaded from (page edited)

2007-07-13 Thread confluence
Page Edited : WICKET : Control where HTML files are loaded from Control where HTML files are loaded from has been edited by David Rosenstrauch (Jul 13, 2007).

[CONF] Apache Wicket: Control where HTML files are loaded from (page edited)

2007-07-13 Thread confluence
Page Edited : WICKET : Control where HTML files are loaded from Control where HTML files are loaded from has been edited by David Rosenstrauch (Jul 13, 2007).

[jira] Commented: (WICKET-753) mounts stored in non-ordered map

2007-07-13 Thread Jonathan Locke (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512521 ] Jonathan Locke commented on WICKET-753: --- BTW, it would be fine to be clever and still use a map for speed so lo

[jira] Created: (WICKET-753) mounts stored in non-ordered map

2007-07-13 Thread Jonathan Locke (JIRA)
mounts stored in non-ordered map Key: WICKET-753 URL: https://issues.apache.org/jira/browse/WICKET-753 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.3.0-beta3

[CONF] Apache Wicket: Control where HTML files are loaded from (page edited)

2007-07-13 Thread confluence
Page Edited : WICKET : Control where HTML files are loaded from Control where HTML files are loaded from has been edited by David Rosenstrauch (Jul 13, 2007).

[jira] Resolved: (WICKET-752) Wicket Spring wiki page references discontinued 2.0 version.

2007-07-13 Thread Johan Karlberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Karlberg resolved WICKET-752. --- Resolution: Fixed > Wicket Spring wiki page references discontinued 2.0 version. > --

[CONF] Apache Wicket: Spring (page edited)

2007-07-13 Thread confluence
Page Edited : WICKET : Spring Spring has been edited by Johan Karlberg (Jul 13, 2007). Change summary: Removed reference to discontinued 2.0 branch.

[jira] Created: (WICKET-752) Wicket Spring wiki page references discontinued 2.0 version.

2007-07-13 Thread Johan Karlberg (JIRA)
Wicket Spring wiki page references discontinued 2.0 version. Key: WICKET-752 URL: https://issues.apache.org/jira/browse/WICKET-752 Project: Wicket Issue Type: Bug Compone

[jira] Updated: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz updated WICKET-751: Attachment: datePattern.patch > DatePicker doesn't adhere to the provided DatePattern > --

[jira] Created: (WICKET-751) DatePicker doesn't adhere to the provided DatePattern

2007-07-13 Thread Gerolf Seitz (JIRA)
DatePicker doesn't adhere to the provided DatePattern -- Key: WICKET-751 URL: https://issues.apache.org/jira/browse/WICKET-751 Project: Wicket Issue Type: Improvement Components: