[jira] Commented: (WICKET-3000) Panel Replacement does not work without Browser Cookie Support

2010-08-26 Thread bernard (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902787#action_12902787 ] bernard commented on WICKET-3000: - Many thanks Igor for your quick repy. I have filed a G

[jira] Updated: (WICKET-3014) unable to launch StartExamples from IDEA (eventually other IDE's as well)

2010-08-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-3014: --- Attachment: wicket-1_4.patch wicket-1_5.patch > unable to launch StartExamples from

[jira] Created: (WICKET-3014) unable to launch StartExamples from IDEA (eventually other IDE's as well)

2010-08-26 Thread Peter Ertl (JIRA)
unable to launch StartExamples from IDEA (eventually other IDE's as well) - Key: WICKET-3014 URL: https://issues.apache.org/jira/browse/WICKET-3014 Project: Wicket Issue

[jira] Created: (WICKET-3015) add (even more) support for front-end proxies (schema, client ip, ...)

2010-08-26 Thread Peter Ertl (JIRA)
add (even more) support for front-end proxies (schema, client ip, ...) -- Key: WICKET-3015 URL: https://issues.apache.org/jira/browse/WICKET-3015 Project: Wicket Issue Type:

[jira] Commented: (WICKET-2987) WicketTester sets parameter map value of String, but Request returns String[] and causes ClassCastException

2010-08-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902913#action_12902913 ] Peter Ertl commented on WICKET-2987: could you attach the code or a test case? > Wick

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

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 19:44:33 2010 New Revision: 989904 URL: http://svn.apache.org/viewvc?rev=989904&view=rev Log: Issue: WICKET-2854 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js Modified: wicket/trun

svn commit: r989903 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 19:44:24 2010 New Revision: 989903 URL: http://svn.apache.org/viewvc?rev=989903&view=rev Log: Issue: WICKET-2854 Modified: wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js Modifi

[jira] Resolved: (WICKET-2854) 'this.document' is null or not an object after quickly opening and closing a modal window (modal.js)

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2854. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

svn commit: r989905 - in /wicket/trunk/wicket-examples/src: main/java/org/apache/wicket/examples/StartExamples.java test/java/org/apache/wicket/examples/StartExamples.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 19:47:28 2010 New Revision: 989905 URL: http://svn.apache.org/viewvc?rev=989905&view=rev Log: WICKET-3014 Added: wicket/trunk/wicket-examples/src/test/java/org/apache/wicket/examples/StartExamples.java (with props) Removed: wicket/trunk/wicket-examp

svn commit: r989906 - in /wicket/branches/wicket-1.4.x/wicket-examples/src: main/java/org/apache/wicket/examples/StartExamples.java test/java/org/apache/wicket/examples/StartExamples.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 19:47:57 2010 New Revision: 989906 URL: http://svn.apache.org/viewvc?rev=989906&view=rev Log: WICKET-3014 Added: wicket/branches/wicket-1.4.x/wicket-examples/src/test/java/org/apache/wicket/examples/StartExamples.java (with props) Removed: wicket/br

[jira] Resolved: (WICKET-3014) unable to launch StartExamples from IDEA (eventually other IDE's as well)

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3014. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

[jira] Commented: (WICKET-3011) strange context shutdown issue on jetty 7

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903014#action_12903014 ] Igor Vaynberg commented on WICKET-3011: --- sounds like a jetty problem, i think sessio

[jira] Commented: (WICKET-2854) 'this.document' is null or not an object after quickly opening and closing a modal window (modal.js)

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903019#action_12903019 ] Hudson commented on WICKET-2854: Integrated in Apache Wicket 1.4.x #124 (See [https://hud

[jira] Commented: (WICKET-3014) unable to launch StartExamples from IDEA (eventually other IDE's as well)

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903020#action_12903020 ] Hudson commented on WICKET-3014: Integrated in Apache Wicket 1.4.x #124 (See [https://hud

svn commit: r989921 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/internal/Enclosure.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 21:06:59 2010 New Revision: 989921 URL: http://svn.apache.org/viewvc?rev=989921&view=rev Log: Issue: WICKET-2352 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/internal/Enclosure.java Modified: wicket/branches/w

[jira] Resolved: (WICKET-2353) CLONE - bug: setObject(null) called for excplicitly invisible fields in a non-visible enclosure

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2353. --- Fix Version/s: 1.4.11 Resolution: Fixed added warning to 1.4.x, 1.5 already has a war

[jira] Resolved: (WICKET-2481) CLONE -Form tag does not get rendered on a Panel placed in a TabbedPanel within a ModalWindow

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2481. --- Resolution: Cannot Reproduce we have a lot of modals with forms working just fine. please at

[jira] Commented: (WICKET-2903) CLONE -HttpsRequestCycleProcessor causes HttpSession to be created

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903079#action_12903079 ] Igor Vaynberg commented on WICKET-2903: --- the scenario why this code was added: * th

svn commit: r989939 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/https: HttpsConfig.java HttpsRequestCycleProcessor.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 21:30:59 2010 New Revision: 989939 URL: http://svn.apache.org/viewvc?rev=989939&view=rev Log: Issue: WICKET-2903 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/https/HttpsConfig.java wicket/branches/wicket-1.4.x

[jira] Created: (WICKET-3016) Port to 1.5

2010-08-26 Thread Igor Vaynberg (JIRA)
Port to 1.5 --- Key: WICKET-3016 URL: https://issues.apache.org/jira/browse/WICKET-3016 Project: Wicket Issue Type: Sub-task Reporter: Igor Vaynberg Assignee: Martin Grigorov Priority: Minor

[jira] Resolved: (WICKET-2903) CLONE -HttpsRequestCycleProcessor causes HttpSession to be created

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2903. --- Fix Version/s: 1.4.11 (was: 1.4.9) Resolution: Fixed > CLONE -

[jira] Resolved: (WICKET-2865) RequreHttps & Disabled cookies.

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2865. --- Assignee: Igor Vaynberg Resolution: Invalid switchprotocolrequesttarget calls webrespo

svn commit: r989945 - /wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 21:41:19 2010 New Revision: 989945 URL: http://svn.apache.org/viewvc?rev=989945&view=rev Log: 2849 Modified: wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html Modified: wicket/branches/wicket-1.

svn commit: r989946 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 21:41:34 2010 New Revision: 989946 URL: http://svn.apache.org/viewvc?rev=989946&view=rev Log: 2849 Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html Modified: wicket/trunk/wicket-examples/src/main/jav

[jira] Resolved: (WICKET-2849) FormComponent.add(IValidator) should probably accept IValidator

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2849. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

[jira] Reopened: (WICKET-2849) FormComponent.add(IValidator) should probably accept IValidator

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-2849: --- whoops, change meant for another issue > FormComponent.add(IValidator) should probably accept I

[jira] Resolved: (WICKET-2862) Wrong link in compref Include component -> "This Artifact Has Been Made Private."

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2862. --- Assignee: Igor Vaynberg Resolution: Fixed referenced issue was closed a long time ago,

svn commit: r989947 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 21:45:49 2010 New Revision: 989947 URL: http://svn.apache.org/viewvc?rev=989947&view=rev Log: add(ivalidator)->add(ivalidator) Issue: WICKET-2849 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified: w

[jira] Resolved: (WICKET-2849) FormComponent.add(IValidator) should probably accept IValidator

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2849. --- Fix Version/s: (was: 1.4.11) Resolution: Fixed only 1.5 to keep binary compat >

[jira] Commented: (WICKET-2848) Rename yahoo-dom-event folder to something else

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903095#action_12903095 ] Igor Vaynberg commented on WICKET-2848: --- please provide a patch > Rename yahoo-dom-

[jira] Resolved: (WICKET-2842) cookies are not base64 encoded by default

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2842. --- Assignee: Igor Vaynberg Resolution: Won't Fix cannot fix it in 1.4 because it would ch

[jira] Commented: (WICKET-2352) Closing of ModalWindow takes long time in case of IE. It works properly in the case of the Firefox.

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903107#action_12903107 ] Hudson commented on WICKET-2352: Integrated in Apache Wicket 1.4.x #125 (See [https://hud

[jira] Commented: (WICKET-2903) CLONE -HttpsRequestCycleProcessor causes HttpSession to be created

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903108#action_12903108 ] Hudson commented on WICKET-2903: Integrated in Apache Wicket 1.4.x #125 (See [https://hud

[jira] Resolved: (WICKET-2836) Incorrect work of WicketFilter with UTF-8 urls through proxy_ajp_module and ajp connector

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2836. --- Assignee: Igor Vaynberg Resolution: Won't Fix request.getservletpath() wont work becau

[jira] Updated: (WICKET-2829) Tag attributes values are not escaped properly during writeOutput

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-2829: -- Issue Type: Improvement (was: Bug) Priority: Trivial (was: Major) > Tag attributes val

svn commit: r989959 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 22:35:13 2010 New Revision: 989959 URL: http://svn.apache.org/viewvc?rev=989959&view=rev Log: Issue: WICKET-2828 Modified: wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java Modified

svn commit: r989960 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 22:35:28 2010 New Revision: 989960 URL: http://svn.apache.org/viewvc?rev=989960&view=rev Log: Issue: WICKET-2828 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java Modified: wicket/trunk/

[jira] Resolved: (WICKET-2828) IndexOutOfBoundsException is thrown in onBeforeRender when tabs is empty.

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2828. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

svn commit: r989962 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 22:41:11 2010 New Revision: 989962 URL: http://svn.apache.org/viewvc?rev=989962&view=rev Log: Issue: WICKET-2827 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java Modified: wicke

[jira] Resolved: (WICKET-2827) Removed page might revive when push back-button

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2827. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 Resolution: Fixed > Removed pa

[jira] Resolved: (WICKET-2826) Wicket fails to read html markup from jar after updating and redeploying in jetty

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2826. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 Resolution: Incomplete please

[jira] Resolved: (WICKET-2804) expired page with using bundle of js scripts as resources

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2804. --- Assignee: Igor Vaynberg Resolution: Cannot Reproduce > expired page with using bundle

[jira] Resolved: (WICKET-2800) misinterpretation of commented JS-Code in an AbstractTab (with AjaxTabbedPanel)

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2800. --- Assignee: Igor Vaynberg Resolution: Cannot Reproduce closing until can be reproduced w

[jira] Resolved: (WICKET-2751) Ajax Update Issue in Chrome

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2751. --- Resolution: Fixed tried again with latest and chrome 6.0.472.41 beta, everything worked fine

[jira] Resolved: (WICKET-2774) Form#onSubmit() not called in StatlessForm on pages mounted using WebPage#mountBookmarkablePage(String, Class)

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2774. --- Assignee: Igor Vaynberg Fix Version/s: 1.5-M2 Resolution: Fixed > Form#onSub

[jira] Commented: (WICKET-2827) Removed page might revive when push back-button

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903138#action_12903138 ] Hudson commented on WICKET-2827: Integrated in Apache Wicket 1.4.x #126 (See [https://hud

[jira] Commented: (WICKET-2828) IndexOutOfBoundsException is thrown in onBeforeRender when tabs is empty.

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903137#action_12903137 ] Hudson commented on WICKET-2828: Integrated in Apache Wicket 1.4.x #126 (See [https://hud

svn commit: r989975 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 23:32:09 2010 New Revision: 989975 URL: http://svn.apache.org/viewvc?rev=989975&view=rev Log: fix status of error dispatches Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java Modified: wicket/bra

svn commit: r989976 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 23:35:03 2010 New Revision: 989976 URL: http://svn.apache.org/viewvc?rev=989976&view=rev Log: when handling errors revert the status back to 200 so browsers properly display the error page Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/proto

svn commit: r989979 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 23:54:55 2010 New Revision: 989979 URL: http://svn.apache.org/viewvc?rev=989979&view=rev Log: bad idea Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java Modified: wicket/branches/wicket-1.4.x/wic

svn commit: r989980 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 26 23:55:07 2010 New Revision: 989980 URL: http://svn.apache.org/viewvc?rev=989980&view=rev Log: bad idea Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wic

svn commit: r989985 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 00:13:57 2010 New Revision: 989985 URL: http://svn.apache.org/viewvc?rev=989985&view=rev Log: Issue: WICKET-2712 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java Modified: wicket/b

[jira] Resolved: (WICKET-2712) Wrong relative URL's when using Java EE 6 container with ERROR dispatching

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2712. --- Assignee: Igor Vaynberg (was: Martin Grigorov) Resolution: Invalid this had nothing t

[jira] Resolved: (WICKET-2712) Wrong relative URL's when using Java EE 6 container with ERROR dispatching

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2712. --- Fix Version/s: 1.4.11 Resolution: Fixed > Wrong relative URL's when using Java EE 6 c

[jira] Reopened: (WICKET-2712) Wrong relative URL's when using Java EE 6 container with ERROR dispatching

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-2712: --- wrong status > Wrong relative URL's when using Java EE 6 container with ERROR dispatching > ---

[jira] Commented: (WICKET-2828) IndexOutOfBoundsException is thrown in onBeforeRender when tabs is empty.

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903155#action_12903155 ] Hudson commented on WICKET-2828: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Commented: (WICKET-2849) FormComponent.add(IValidator) should probably accept IValidator

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903154#action_12903154 ] Hudson commented on WICKET-2849: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Commented: (WICKET-2254) ModalWindow size may exceed browser viewport making it impossible to close

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903157#action_12903157 ] Hudson commented on WICKET-2254: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Commented: (WICKET-2) Input field with autocomplet behavior does not submit the form via enter key

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903158#action_12903158 ] Hudson commented on WICKET-2: - Integrated in Apache Wicket 1.5.x #269 (See [https://hudson.apach

[jira] Commented: (WICKET-2854) 'this.document' is null or not an object after quickly opening and closing a modal window (modal.js)

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903153#action_12903153 ] Hudson commented on WICKET-2854: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Commented: (WICKET-1985) AbstractTree breaks on multiple tree model events in the same request

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903156#action_12903156 ] Hudson commented on WICKET-1985: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Commented: (WICKET-1448) SubmitLink bypass jquery submit eventhandler

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903159#action_12903159 ] Hudson commented on WICKET-1448: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Commented: (WICKET-3014) unable to launch StartExamples from IDEA (eventually other IDE's as well)

2010-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903160#action_12903160 ] Hudson commented on WICKET-3014: Integrated in Apache Wicket 1.5.x #269 (See [https://hud

[jira] Resolved: (WICKET-2707) Wicket 1.4.5 + JBoss Portal 2.7.2: Ajax Requests are not recognized by JBoss Portal

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2707. --- Assignee: Igor Vaynberg (was: Ate Douma) Resolution: Won't Fix please try with latest

[jira] Resolved: (WICKET-2566) WicketFilter.getLastModified creates a RequestCycle but does not clean it up

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2566. --- Fix Version/s: 1.5-M1 Resolution: Fixed this is handled much better in 1.5. in 1.4 i

[jira] Resolved: (WICKET-2883) onBeforeRender not called for components inside a transparent resolver refreshed with an AJAX request

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2883. --- Assignee: Igor Vaynberg Resolution: Won't Fix > onBeforeRender not called for componen

svn commit: r989998 - /wicket/trunk/wicket-guice/src/test/java/org/apache/wicket/guice/GuiceWebApplicationFactoryTest.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 02:37:19 2010 New Revision: 989998 URL: http://svn.apache.org/viewvc?rev=989998&view=rev Log: added test from WICKET-2887 Added: wicket/trunk/wicket-guice/src/test/java/org/apache/wicket/guice/GuiceWebApplicationFactoryTest.java (with props) Added: wic

[jira] Resolved: (WICKET-2887) Bootstraping wicket with GuiceWebApplicationFactory fails with exception

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2887. --- Assignee: Igor Vaynberg Resolution: Cannot Reproduce well, i ran the test from the pat

[jira] Resolved: (WICKET-2888) Nullpointer when inserting [i.e. moving] a node in a TreeTable (AbstactTree, treeNodesInserted)

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2888. --- Assignee: Igor Vaynberg Resolution: Cannot Reproduce please provide a quickstart > Nu

[jira] Updated: (WICKET-2912) IE 8 gets 404 error after continueToOriginalDestination() when app is at root context

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-2912: -- Attachment: myproject.rar attaching quickstart that fails to replicate the problem > IE 8 get

[jira] Resolved: (WICKET-2912) IE 8 gets 404 error after continueToOriginalDestination() when app is at root context

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2912. --- Assignee: Igor Vaynberg Resolution: Cannot Reproduce could not reproduce with the late

svn commit: r990008 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 03:41:18 2010 New Revision: 990008 URL: http://svn.apache.org/viewvc?rev=990008&view=rev Log: Issue: WICKET-2905 Modified: wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java Modifi

svn commit: r990009 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 03:41:34 2010 New Revision: 990009 URL: http://svn.apache.org/viewvc?rev=990009&view=rev Log: Issue: WICKET-2905 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java Modified: wicket/trun

[jira] Resolved: (WICKET-2905) Select.isSelected fails when Wicket application is using REDIRECT_TO_RENDER render strategy.

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2905. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

[jira] Resolved: (WICKET-2246) AbstractAjaxTimerBehavior showing different issues on several browsers when used for polling data and updating browser's DOM

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2246. --- Assignee: Igor Vaynberg (was: Matej Knopp) Resolution: Cannot Reproduce we mustve fix

svn commit: r990010 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 03:57:58 2010 New Revision: 990010 URL: http://svn.apache.org/viewvc?rev=990010&view=rev Log: Issue: WICKET-2851 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified: wicket/branches/wicket-1.4.x/wick

svn commit: r990011 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 03:58:26 2010 New Revision: 990011 URL: http://svn.apache.org/viewvc?rev=990011&view=rev Log: Issue: WICKET-2851 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified: wicket/trunk/wicket/src/main/java/org/apache/wicke

[jira] Resolved: (WICKET-2851) Ajax responses do not update DOM correctly on Opera

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2851. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

[jira] Resolved: (WICKET-2472) Ajax File Upload breaks ModalWindow

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2472. --- Assignee: Igor Vaynberg (was: Matej Knopp) Resolution: Cannot Reproduce got fixed som

[jira] Resolved: (WICKET-2541) FormComponents hidden by wicket:enclosure should not be validated upon form submit

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2541. --- Assignee: Igor Vaynberg (was: Juergen Donnerstag) Resolution: Won't Fix formcomponent

[jira] Resolved: (WICKET-2577) Cookies with special symbols in its values aren't properly saved

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2577. --- Assignee: Igor Vaynberg Resolution: Won't Fix see WICKET-2842 for how to make this wor

svn commit: r990016 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax: AbstractDefaultAjaxBehavior.java wicket-ajax.js

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 04:48:06 2010 New Revision: 990016 URL: http://svn.apache.org/viewvc?rev=990016&view=rev Log: Issue: WICKET-2401 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java wicket/branches/wicket

svn commit: r990017 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax: AbstractDefaultAjaxBehavior.java wicket-ajax.js

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 04:48:50 2010 New Revision: 990017 URL: http://svn.apache.org/viewvc?rev=990017&view=rev Log: Issue: WICKET-2401 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java wicket/trunk/wicket/src/main/java/org/a

[jira] Resolved: (WICKET-2401) AJAX indicator turns off when calls overlap

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2401. --- Assignee: Igor Vaynberg Fix Version/s: 1.4.11 1.5-M2 Resol

svn commit: r990020 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/DataTable.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 05:15:02 2010 New Revision: 990020 URL: http://svn.apache.org/viewvc?rev=990020&view=rev Log: Issue: WICKET-2676 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/DataTable.java Modified:

[jira] Resolved: (WICKET-2676) DataTable defines newCellItem to take IModel but should really do IModel>

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2676. --- Fix Version/s: 1.5-M2 Resolution: Fixed yep, you were right. looks like generics insi

[jira] Resolved: (WICKET-2514) Encoding issue with wicket Ajax POST form processing

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2514. --- Assignee: Igor Vaynberg (was: Matej Knopp) Resolution: Cannot Reproduce could not rep

[jira] Resolved: (WICKET-2389) redirect after login error - interceptContinuationURL is missing contextPath

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2389. --- Assignee: Igor Vaynberg Resolution: Fixed should be fixed in the 1.4.x series > redir

[jira] Resolved: (WICKET-2427) substituteDate function doesn't respect date pattern

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2427. --- Assignee: Igor Vaynberg Resolution: Fixed should be fixed because a duplicate is marke

[jira] Resolved: (WICKET-2387) Failure using a Redirect strategy in a Websphere Portal 6.1 Portlet due to response already committed

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2387. --- Assignee: Igor Vaynberg (was: Ate Douma) Resolution: Won't Fix we have no websphere p

[jira] Resolved: (WICKET-2357) (follow-up of WICKET-1158) DiskPageStore does not cleanup cache files after Web container restarts

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2357. --- Assignee: Peter Ertl Resolution: Won't Fix pete, reopen this when you are ready to wor

[jira] Resolved: (WICKET-2327) URLs created with urlFor(RequestListenerInterface) on a bookmarkable page try to instantiate a new page after the page expired

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2327. --- Assignee: Igor Vaynberg Fix Version/s: 1.5-M1 (was: 1.5-M2)

[jira] Resolved: (WICKET-2473) Nested ModalWindow Form Submission error

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2473. --- Assignee: Igor Vaynberg (was: Matej Knopp) Resolution: Cannot Reproduce can no longer

[jira] Resolved: (WICKET-2699) invokePostCallHandlers called twice

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2699. --- Assignee: Igor Vaynberg Resolution: Incomplete please provide a quickstart to replicat

svn commit: r990022 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/tree: AbstractTree.java BaseTree.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 05:32:15 2010 New Revision: 990022 URL: http://svn.apache.org/viewvc?rev=990022&view=rev Log: Issue: WICKET-1949 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java wicket/trunk/wicket/src/main/java/org/apa

[jira] Resolved: (WICKET-1949) rc1 generics - BaseTree

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1949. --- Assignee: Igor Vaynberg (was: Matej Knopp) Fix Version/s: 1.4.11 Resolution:

svn commit: r990023 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/tree: LabelIconPanel.java LabelTree.java LinkTree.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 05:36:06 2010 New Revision: 990023 URL: http://svn.apache.org/viewvc?rev=990023&view=rev Log: relaxed generics Issue: WICKET-1947 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelIconPanel.java wicket/trunk/wicket/src

[jira] Updated: (WICKET-1949) rc1 generics - BaseTree

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-1949: -- Fix Version/s: 1.5-M2 (was: 1.4.11) > rc1 generics - BaseTree > ---

svn commit: r990024 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java

2010-08-26 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 27 05:38:12 2010 New Revision: 990024 URL: http://svn.apache.org/viewvc?rev=990024&view=rev Log: Issue: WICKET-1928 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java Modified:

[jira] Resolved: (WICKET-1947) rc1 generics - LabelTree

2010-08-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1947. --- Assignee: Igor Vaynberg (was: Matej Knopp) Fix Version/s: 1.5-M2 Resolution:

  1   2   >