[jira] Commented: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542059 ] Gerolf Seitz commented on WICKET-1156: -- Al, thanks for the correction > Wrong version of slf4j-log4j12 causes

[jira] Resolved: (WICKET-1148) AbstractTree utilizes Collections.EMPTY_LIST for a node's children container which causes errors when adding children

2007-11-12 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius resolved WICKET-1148. - Resolution: Fixed > AbstractTree utilizes Collections.EMPTY_LIST for a node's children c

svn commit: r594346 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java

2007-11-12 Thread ehillenius
Author: ehillenius Date: Mon Nov 12 15:32:22 2007 New Revision: 594346 URL: http://svn.apache.org/viewvc?rev=594346&view=rev Log: WICKET-1148 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java Modified: wicket/trunk/jdk-1.4/wicket/src/m

svn commit: r594343 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/HybridUrlCodingStrategy.java

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 15:07:19 2007 New Revision: 594343 URL: http://svn.apache.org/viewvc?rev=594343&view=rev Log: more rigid url parsing Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/HybridUrlCodingStrategy.java Modified: wicket/trun

svn commit: r594341 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.java

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 15:06:56 2007 New Revision: 594341 URL: http://svn.apache.org/viewvc?rev=594341&view=rev Log: reformat Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.java Modified: wicket/trunk/jdk-1.4/wicket/src/m

svn commit: r594340 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/RefreshingView.java

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 15:03:26 2007 New Revision: 594340 URL: http://svn.apache.org/viewvc?rev=594340&view=rev Log: update indexes for preserved items Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/RefreshingView.java Modified: wicket/trunk/j

svn commit: r594335 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/HeaderContributor.java

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 14:54:00 2007 New Revision: 594335 URL: http://svn.apache.org/viewvc?rev=594335&view=rev Log: CompressedResourceReference->JavascriptResourceReference Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/HeaderContributor.java Modifie

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

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 14:53:01 2007 New Revision: 594334 URL: http://svn.apache.org/viewvc?rev=594334&view=rev Log: provide even in onDrag Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/

svn commit: r594333 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/SideColumnsView.java

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 14:52:24 2007 New Revision: 594333 URL: http://svn.apache.org/viewvc?rev=594333&view=rev Log: javadoc fix, final Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/SideColumnsView.java Modified:

svn commit: r594332 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2007-11-12 Thread knopp
Author: knopp Date: Mon Nov 12 14:51:38 2007 New Revision: 594332 URL: http://svn.apache.org/viewvc?rev=594332&view=rev Log: fix for ie security warning Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js Modified:

[jira] Resolved: (WICKET-1150) Allow 24 hours time field in DateTimeField

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz resolved WICKET-1150. -- Resolution: Fixed fixed: as of now, DateTimeField uses the locale specific time format (eg. 12

[jira] Updated: (WICKET-1150) Allow 24 hours time field in DateTimeField

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz updated WICKET-1150: - Fix Version/s: 1.3.0-rc2 forgot to set the fix version > Allow 24 hours time field in DateTimeF

svn commit: r594327 - /wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DateTimeField.java

2007-11-12 Thread gseitz
Author: gseitz Date: Mon Nov 12 14:39:57 2007 New Revision: 594327 URL: http://svn.apache.org/viewvc?rev=594327&view=rev Log: WICKET-1150: Allow 24 hours time field in DateTimeField Modified: wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DateTim

[jira] Reopened: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw reopened WICKET-1156: -- Reopening because this was a real bug, so I'm going to mark it fixed for the right version. > Wr

[jira] Updated: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw updated WICKET-1156: - Fix Version/s: 1.3.0-rc1 Affects Version/s: (was: 1.3.0-rc1) 1

[jira] Resolved: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw resolved WICKET-1156. -- Resolution: Fixed > Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

[jira] Updated: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz updated WICKET-1156: - Fix Version/s: (was: 1.3.0-rc1) > Wrong version of slf4j-log4j12 causes Exception in Modific

[jira] Resolved: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz resolved WICKET-1156. -- Resolution: Invalid > Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTa

[jira] Reopened: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz reopened WICKET-1156: -- reopened, because this shouldn't be marked as fixed, but rather as invalid > Wrong version of slf

[jira] Closed: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Michael Frankfurter (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Frankfurter closed WICKET-1156. --- Resolution: Fixed Fix Version/s: 1.3.0-rc1 Sorry for that. In 1.3.0-rc1 every

[jira] Issue Comment Edited: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541937 ] seitz edited comment on WICKET-1156 at 11/12/07 12:27 PM: - can you please check agai

[jira] Commented: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541937 ] Gerolf Seitz commented on WICKET-1156: -- can you please check again what version of wicket you're using? because

[jira] Created: (WICKET-1156) Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask

2007-11-12 Thread Michael Frankfurter (JIRA)
Wrong version of slf4j-log4j12 causes Exception in ModificationWatcherTask -- Key: WICKET-1156 URL: https://issues.apache.org/jira/browse/WICKET-1156 Project: Wicket Iss

[jira] Commented: (WICKET-1149) LocalizedImageResource not formatting parameters properly when using ResourceReference

2007-11-12 Thread Doug Leeper (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541922 ] Doug Leeper commented on WICKET-1149: - You are correct in that HttpServletResponse#encodeURL has nothing to do

[jira] Assigned: (WICKET-1150) Allow 24 hours time field in DateTimeField

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz reassigned WICKET-1150: Assignee: Gerolf Seitz > Allow 24 hours time field in DateTimeField >

[jira] Commented: (WICKET-1149) LocalizedImageResource not formatting parameters properly when using ResourceReference

2007-11-12 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541900 ] Johan Compagner commented on WICKET-1149: - what does URLEncoder.encode( args[0], Charset.defaultCharset().

[jira] Resolved: (WICKET-1155) WebResponse.redirect(url) calls response.encodeRedirect(url) which is formally not supported on JSR-168 and thus can result in a NPE

2007-11-12 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-1155. --- Resolution: Fixed Fixed > WebResponse.redirect(url) calls response.encodeRedirect(url) which is >

svn commit: r594257 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/portlet: PortletActionServletResponseWrapper.java PortletServletResponseWrapper.java

2007-11-12 Thread ate
Author: ate Date: Mon Nov 12 11:05:50 2007 New Revision: 594257 URL: http://svn.apache.org/viewvc?rev=594257&view=rev Log: WICKET-1155: WebResponse.redirect(url) calls response.encodeRedirect(url) which is formally not supported on JSR-168 and thus can result in a NPE See: http://issues.apache.or

[jira] Created: (WICKET-1155) WebResponse.redirect(url) calls response.encodeRedirect(url) which is formally not supported on JSR-168 and thus can result in a NPE

2007-11-12 Thread Ate Douma (JIRA)
WebResponse.redirect(url) calls response.encodeRedirect(url) which is formally not supported on JSR-168 and thus can result in a NPE Key: WICKET-11

[jira] Closed: (WICKET-1154) AuthenticatedWebSession.isSignedIn() always return false.

2007-11-12 Thread Roberto Fasciolo (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roberto Fasciolo closed WICKET-1154. Resolution: Invalid You're right, it was a problem in my code. I still don't get why isSi

[jira] Resolved: (WICKET-1151) Time fields in DateTimeField not required also when required = true

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz resolved WICKET-1151. -- Resolution: Fixed Fix Version/s: 1.3.0-rc2 added propagation of DTF#isRequired for minu

svn commit: r594247 - /wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DateTimeField.java

2007-11-12 Thread gseitz
Author: gseitz Date: Mon Nov 12 10:21:57 2007 New Revision: 594247 URL: http://svn.apache.org/viewvc?rev=594247&view=rev Log: WICKET-1151 Modified: wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DateTimeField.java Modified: wicket/trunk/jdk-1.4

[jira] Assigned: (WICKET-1151) Time fields in DateTimeField not required also when required = true

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz reassigned WICKET-1151: Assignee: Gerolf Seitz > Time fields in DateTimeField not required also when required = tr

[jira] Commented: (WICKET-1154) AuthenticatedWebSession.isSignedIn() always return false.

2007-11-12 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541873 ] Alastair Maw commented on WICKET-1154: -- I find this extremely hard to believe. The signedIn flag is set when th

[jira] Created: (WICKET-1154) AuthenticatedWebSession.isSignedIn() always return false.

2007-11-12 Thread Roberto Fasciolo (JIRA)
AuthenticatedWebSession.isSignedIn() always return false. - Key: WICKET-1154 URL: https://issues.apache.org/jira/browse/WICKET-1154 Project: Wicket Issue Type: Bug Components:

[jira] Created: (WICKET-1153) Validation with AbstractFormValidator doesn't work if there are DateTimeFields

2007-11-12 Thread Roberto Fasciolo (JIRA)
Validation with AbstractFormValidator doesn't work if there are DateTimeFields -- Key: WICKET-1153 URL: https://issues.apache.org/jira/browse/WICKET-1153 Project: Wicket

[jira] Created: (WICKET-1152) MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work

2007-11-12 Thread John Smith (JIRA)
MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work Key: WICKET-1152 URL: https://issues.apache.org/jira/browse/WICKET-1152 Project: Wicket Issue Type: Bug Compo

[jira] Created: (WICKET-1151) Time fields in DateTimeField not required also when required = true

2007-11-12 Thread Roberto Fasciolo (JIRA)
Time fields in DateTimeField not required also when required = true --- Key: WICKET-1151 URL: https://issues.apache.org/jira/browse/WICKET-1151 Project: Wicket Issue Type: Bug

[jira] Created: (WICKET-1150) Allow 24 hours time field in DateTimeField

2007-11-12 Thread Roberto Fasciolo (JIRA)
Allow 24 hours time field in DateTimeField -- Key: WICKET-1150 URL: https://issues.apache.org/jira/browse/WICKET-1150 Project: Wicket Issue Type: Improvement Components: wicket-datetime A

[jira] Commented: (WICKET-1149) LocalizedImageResource not formatting parameters properly when using ResourceReference

2007-11-12 Thread Doug Leeper (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541796 ] Doug Leeper commented on WICKET-1149: - Correct me if I am wrong...but this does indicates that id does: Foo.jav

svn commit: r594168 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties

2007-11-12 Thread almaw
Author: almaw Date: Mon Nov 12 07:03:40 2007 New Revision: 594168 URL: http://svn.apache.org/viewvc?rev=594168&view=rev Log: WICKET-1147 - Accents, etc. Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties Modified: wicket/trunk/jdk-1.4/wicket/src

[jira] Resolved: (WICKET-1147) Application_es.properties patch

2007-11-12 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw resolved WICKET-1147. -- Resolution: Fixed Fix Version/s: 1.3.0-rc2 Assignee: Alastair Maw Applied, tha

svn commit: r594167 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties

2007-11-12 Thread almaw
Author: almaw Date: Mon Nov 12 07:02:41 2007 New Revision: 594167 URL: http://svn.apache.org/viewvc?rev=594167&view=rev Log: WICKET-1147 - Accents, etc. Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties Modified: wicket/trunk/jdk-1.4/wicket/src

[jira] Assigned: (WICKET-1143) Modify InjectorHolder to allow for storage of multiple types of Injectors (for Guice support)

2007-11-12 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw reassigned WICKET-1143: Assignee: Alastair Maw > Modify InjectorHolder to allow for storage of multiple types of I

[jira] Commented: (WICKET-1149) LocalizedImageResource not formatting parameters properly when using ResourceReference

2007-11-12 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541791 ] Johan Compagner commented on WICKET-1149: - no encode url doesn't do that, at least i have never seen it esca

[jira] Commented: (WICKET-1149) LocalizedImageResource not formatting parameters properly when using ResourceReference

2007-11-12 Thread Doug Leeper (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541770 ] Doug Leeper commented on WICKET-1149: - It is not a browser issue but the SharedResource that is to receive this

[jira] Commented: (WICKET-1149) LocalizedImageResource not formatting parameters properly when using ResourceReference

2007-11-12 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541719 ] Johan Compagner commented on WICKET-1149: - that escaping is done on purpose. And what is the problem with t

[jira] Closed: (WICKET-1146) Artifact resolve failure when creating the quickstart project

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz closed WICKET-1146. Resolution: Invalid Fix Version/s: (was: 1.3.0-beta4) i resolved this issue as invalid

[jira] Reopened: (WICKET-1146) Artifact resolve failure when creating the quickstart project

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz reopened WICKET-1146: -- > Artifact resolve failure when creating the quickstart project >

[jira] Updated: (WICKET-1146) Artifact resolve failure when creating the quickstart project

2007-11-12 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz updated WICKET-1146: - Priority: Minor (was: Critical) > Artifact resolve failure when creating the quickstart project