svn commit: r497350 - /incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js

2007-01-18 Thread knopp
Author: knopp Date: Thu Jan 18 00:39:17 2007 New Revision: 497350 URL: http://svn.apache.org/viewvc?view=revrev=497350 Log: Put the header back Modified: incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js Modified:

svn commit: r497351 - /incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js

2007-01-18 Thread knopp
Author: knopp Date: Thu Jan 18 00:39:43 2007 New Revision: 497351 URL: http://svn.apache.org/viewvc?view=revrev=497351 Log: Put the header back Modified: incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js Modified:

svn commit: r497381 - in /incubator/wicket/branches/wicket-1.x/wicket-examples: pom.xml src/test/java/wicket/examples/hangman/HangManTest.java src/test/java/wicket/examples/hellobrowser/HelloBrowserTe

2007-01-18 Thread jcompagner
Author: jcompagner Date: Thu Jan 18 02:00:57 2007 New Revision: 497381 URL: http://svn.apache.org/viewvc?view=revrev=497381 Log: fixed test Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml

[jira] Created: (WICKET-217) ContainerFeedbackMessageFilter filters out messages for container

2007-01-18 Thread Jan Bare? (JIRA)
ContainerFeedbackMessageFilter filters out messages for container - Key: WICKET-217 URL: https://issues.apache.org/jira/browse/WICKET-217 Project: Wicket Issue Type: Bug

[jira] Commented: (WICKET-149) mounted URLs fail if filterPath is blank

2007-01-18 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465745 ] Alastair Maw commented on WICKET-149: - The patch doesn't cope with mounted resources and things. Am looking into

[jira] Updated: (WICKET-218) Removing comments from markup can fail

2007-01-18 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-218: --- Attachment: MarkupParserPatch.txt Removing comments from markup can fail

[jira] Commented: (WICKET-218) Removing comments from markup can fail

2007-01-18 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465747 ] Erik van Oosten commented on WICKET-218: The problem is that the code tries to read beyond the comment even

[jira] Commented: (WICKET-149) mounted URLs fail if filterPath is blank

2007-01-18 Thread Nathan Hamblen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465750 ] Nathan Hamblen commented on WICKET-149: --- The patch doesn't cope with as many things as it used to. There were

svn commit: r497443 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/servlet/ServletWebRequest.java

2007-01-18 Thread almaw
Author: almaw Date: Thu Jan 18 06:27:11 2007 New Revision: 497443 URL: http://svn.apache.org/viewvc?view=revrev=497443 Log: WICKET-149 fix for mounted URLs fail if filterPath is blank Modified:

svn commit: r497444 - /incubator/wicket/trunk/wicket/src/main/java/wicket/protocol/http/servlet/ServletWebRequest.java

2007-01-18 Thread almaw
Author: almaw Date: Thu Jan 18 06:27:23 2007 New Revision: 497444 URL: http://svn.apache.org/viewvc?view=revrev=497444 Log: WICKET-149 fix for mounted URLs fail if filterPath is blank Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/protocol/http/servlet/ServletWebRequest.java

svn commit: r497446 - /incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/link/InternalFrame.java

2007-01-18 Thread almaw
Author: almaw Date: Thu Jan 18 06:37:49 2007 New Revision: 497446 URL: http://svn.apache.org/viewvc?view=revrev=497446 Log: Remove zero-byte file. Removed: incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/link/InternalFrame.java

svn commit: r497447 - /incubator/wicket/trunk/wicket/src/main/java/wicket/markup/repeater/util/ModelIteratorAdapter.java

2007-01-18 Thread almaw
Author: almaw Date: Thu Jan 18 06:39:05 2007 New Revision: 497447 URL: http://svn.apache.org/viewvc?view=revrev=497447 Log: Fix license header for unit test. Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/markup/repeater/util/ModelIteratorAdapter.java Modified:

[jira] Created: (WICKET-219) WicketFilter doesn't work with mod_proxy and setContextPath()

2007-01-18 Thread Alastair Maw (JIRA)
WicketFilter doesn't work with mod_proxy and setContextPath() - Key: WICKET-219 URL: https://issues.apache.org/jira/browse/WICKET-219 Project: Wicket Issue Type: Bug

[jira] Created: (WICKET-220) Form's handleMultiPart() method needs to be overridable to allow custom processing of multi-part streams

2007-01-18 Thread Bob Brokman (JIRA)
Form's handleMultiPart() method needs to be overridable to allow custom processing of multi-part streams Key: WICKET-220 URL:

[jira] Updated: (WICKET-220) Form's handleMultiPart() method needs to be overridable to allow custom processing of multi-part streams

2007-01-18 Thread Bob Brokman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Brokman updated WICKET-220: --- Attachment: StreamUploadField.java Form's handleMultiPart() method needs to be overridable to allow

[jira] Updated: (WICKET-220) Form's handleMultiPart() method needs to be overridable to allow custom processing of multi-part streams

2007-01-18 Thread Bob Brokman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Brokman updated WICKET-220: --- Attachment: FileUploadField.java Form's handleMultiPart() method needs to be overridable to allow

[jira] Created: (WICKET-221) http://foo/app/ doesn't work, but http://foo/app does, with WicketFilter.

2007-01-18 Thread Alastair Maw (JIRA)
http://foo/app/ doesn't work, but http://foo/app does, with WicketFilter. - Key: WICKET-221 URL: https://issues.apache.org/jira/browse/WICKET-221 Project: Wicket Issue

[jira] Assigned: (WICKET-220) Form's handleMultiPart() method needs to be overridable to allow custom processing of multi-part streams

2007-01-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-220: Assignee: Eelco Hillenius Form's handleMultiPart() method needs to be overridable to

[jira] Commented: (WICKET-221) http://foo/app/ doesn't work, but http://foo/app does, with WicketFilter.

2007-01-18 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465836 ] Alastair Maw commented on WICKET-221: - A workaround for this is to mount the home page at something other than

svn commit: r497534 - /incubator/wicket/trunk/wicket/src/main/java/wicket/markup/MarkupCache.java

2007-01-18 Thread ehillenius
Author: ehillenius Date: Thu Jan 18 10:51:31 2007 New Revision: 497534 URL: http://svn.apache.org/viewvc?view=revrev=497534 Log: sorted members Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/markup/MarkupCache.java Modified:

[jira] Updated: (WICKET-222) Palette tries to initialize values in constructor

2007-01-18 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Quenot updated WICKET-222: Attachment: 20070118-wicket-1.x-Palette-initialization Palette tries

[jira] Created: (WICKET-222) Palette tries to initialize values in constructor

2007-01-18 Thread Jean-Baptiste Quenot (JIRA)
-extensions Reporter: Jean-Baptiste Quenot Fix For: 1.3 Attachments: 20070118-wicket-1.x-Palette-initialization When using a CompoundPropertyModel, the model is defined in the parent widgets. However Palette tries to initialize its values in the constructor. See patch

svn commit: r497537 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java

2007-01-18 Thread almaw
Author: almaw Date: Thu Jan 18 11:01:51 2007 New Revision: 497537 URL: http://svn.apache.org/viewvc?view=revrev=497537 Log: Add javadoc noting lack of OSGi for filters. Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java Modified:

[jira] Created: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Alex Burgel (JIRA)
NPE in Check.onComponentTag --- Key: WICKET-223 URL: https://issues.apache.org/jira/browse/WICKET-223 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.2.4 Reporter:

svn commit: r497564 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketFilter.java

2007-01-18 Thread almaw
Author: almaw Date: Thu Jan 18 12:41:23 2007 New Revision: 497564 URL: http://svn.apache.org/viewvc?view=revrev=497564 Log: WICKET-221 fix http://foo/app/ doesn't work, but http://foo/app does Modified:

[jira] Assigned: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-223: Assignee: Igor Vaynberg NPE in Check.onComponentTag ---

[jira] Commented: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465864 ] Igor Vaynberg commented on WICKET-223: -- in 1.x branch the code looks like this if (group.hasRawInput())

[jira] Commented: (WICKET-221) http://foo/app/ doesn't work, but http://foo/app does, with WicketFilter.

2007-01-18 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465870 ] Jean-Baptiste Quenot commented on WICKET-221: - I thought WICKET-205 was intended to fix that. Or does

[jira] Commented: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Alex Burgel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465872 ] Alex Burgel commented on WICKET-223: it doesn't look like that. my version doesn't have the if (input != null)

[jira] Commented: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465873 ] Igor Vaynberg commented on WICKET-223: -- or the bug was fixed in the 1.x branch. do you want to upgrade to 1.3

[jira] Commented: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Alex Burgel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465877 ] Alex Burgel commented on WICKET-223: sorry for the confusion. i mentioned in the bug description that i was

[jira] Resolved: (WICKET-223) NPE in Check.onComponentTag

2007-01-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-223. -- Resolution: Duplicate NPE in Check.onComponentTag ---

svn commit: r497608 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/ajax/markup/html/form/AjaxSubmitButton.java

2007-01-18 Thread knopp
Author: knopp Date: Thu Jan 18 14:32:35 2007 New Revision: 497608 URL: http://svn.apache.org/viewvc?view=revrev=497608 Log: Fixed the problem when AjaxSubmitButton couldn't be used outside the form Modified:

svn commit: r497625 - in /incubator/wicket/trunk/wicket/src/main/java/wicket/protocol/http: MockHttpSession.java MockServletContext.java MockWebApplication.java

2007-01-18 Thread jcompagner
Author: jcompagner Date: Thu Jan 18 15:03:53 2007 New Revision: 497625 URL: http://svn.apache.org/viewvc?view=revrev=497625 Log: cleanup dirs that are created by testing. generate an id that is a valid dir Modified:

svn commit: r497628 - in /incubator/wicket/trunk/wicket/src/main/java/wicket: Application_ru.xml jmx/Initializer.java

2007-01-18 Thread jcompagner
Author: jcompagner Date: Thu Jan 18 15:04:55 2007 New Revision: 497628 URL: http://svn.apache.org/viewvc?view=revrev=497628 Log: license Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ru.xml incubator/wicket/trunk/wicket/src/main/java/wicket/jmx/Initializer.java

svn commit: r497639 - /incubator/wicket/trunk/wicket/src/main/java/wicket/ajax/wicket-ajax.js

2007-01-18 Thread knopp
Author: knopp Date: Thu Jan 18 15:34:26 2007 New Revision: 497639 URL: http://svn.apache.org/viewvc?view=revrev=497639 Log: fix for safari Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/ajax/wicket-ajax.js Modified:

svn commit: r497647 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/ajax/wicket-ajax.js

2007-01-18 Thread knopp
Author: knopp Date: Thu Jan 18 16:10:50 2007 New Revision: 497647 URL: http://svn.apache.org/viewvc?view=revrev=497647 Log: Safari fix Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/ajax/wicket-ajax.js Modified:

svn commit: r497648 - /incubator/wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/ajax/wicket-ajax.js

2007-01-18 Thread knopp
Author: knopp Date: Thu Jan 18 16:12:43 2007 New Revision: 497648 URL: http://svn.apache.org/viewvc?view=revrev=497648 Log: Safari fix Modified: incubator/wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/ajax/wicket-ajax.js Modified:

svn commit: r497659 - /incubator/wicket/trunk/wicket-examples/src/main/java/wicket/examples/customresourceloading/CustomLoadedTemplate.html

2007-01-18 Thread ehillenius
Author: ehillenius Date: Thu Jan 18 16:30:17 2007 New Revision: 497659 URL: http://svn.apache.org/viewvc?view=revrev=497659 Log: doc Modified: incubator/wicket/trunk/wicket-examples/src/main/java/wicket/examples/customresourceloading/CustomLoadedTemplate.html Modified:

svn commit: r497661 - in /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket: ./ markup/ protocol/http/ resource/ settings/

2007-01-18 Thread ehillenius
Author: ehillenius Date: Thu Jan 18 16:39:39 2007 New Revision: 497661 URL: http://svn.apache.org/viewvc?view=revrev=497661 Log: WICKET-224 Added: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/DefaultMarkupCacheKeyProvider.java

[jira] Resolved: (WICKET-224) Back port resource caching with component provided resource cache key

2007-01-18 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius resolved WICKET-224. Resolution: Fixed Back port resource caching with component provided resource cache key

[jira] Closed: (WICKET-224) Back port resource caching with component provided resource cache key

2007-01-18 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius closed WICKET-224. -- Back port resource caching with component provided resource cache key

[jira] Commented: (WICKET-173) AjaxSelfUpdatingTimerBehavior only updates once in Safari browswer

2007-01-18 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465928 ] Matej Knopp commented on WICKET-173: I have fixed this, can someone confirm it? AjaxSelfUpdatingTimerBehavior

svn commit: r497666 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java

2007-01-18 Thread ehillenius
Author: ehillenius Date: Thu Jan 18 16:51:56 2007 New Revision: 497666 URL: http://svn.apache.org/viewvc?view=revrev=497666 Log: added method again to help people with migrating (related to WICKET-224) Modified:

[CONF] Apache Wicket: Migrate-1.3 (page edited)

2007-01-18 Thread confluence
Page Edited : WICKET : Migrate-1.3 Migrate-1.3 has been edited by Eelco Hillenius (Jan 18, 2007). Change summary: Custom resource loading change

svn commit: r497719 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/parser/filter/WicketMessageTagHandler.java

2007-01-18 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 18 23:10:26 2007 New Revision: 497719 URL: http://svn.apache.org/viewvc?view=revrev=497719 Log: enable by default! Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/parser/filter/WicketMessageTagHandler.java Modified: