[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972437#action_12972437 ] Martin Grigorov commented on WICKET-3256: - James, what you need is currently suppo

[jira] Created: (WICKET-3260) setEscapeModelStrings() swallows ­

2010-12-17 Thread Gregor B. Rosenauer (JIRA)
setEscapeModelStrings() swallows ­ -- Key: WICKET-3260 URL: https://issues.apache.org/jira/browse/WICKET-3260 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.4.14

[jira] Updated: (WICKET-3260) setEscapeModelStrings() swallows ­

2010-12-17 Thread Gregor B. Rosenauer (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregor B. Rosenauer updated WICKET-3260: Attachment: setEscapeModelStrings_shy-issue.html combined with a simple wicket pag

svn commit: r1050350 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/request/resource/PackageResource.java

2010-12-17 Thread mgrigorov
Author: mgrigorov Date: Fri Dec 17 11:24:09 2010 New Revision: 1050350 URL: http://svn.apache.org/viewvc?rev=1050350&view=rev Log: Make it possible to provide a different way to load the resource stream or wrap the one returned by super.getResourceStream() (e.g. to compress it). requested-by: wi

[jira] Updated: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3256: - Attachment: WICKET-3256-test.patch Hi James, sending an faling test case showing an wrapper exce

[jira] Closed: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos closed WICKET-3256. Resolution: Won't Fix Martin is right: app.setRequestCycleProvider(new IRequestCycleProvider()

[jira] Closed: (WICKET-3260) setEscapeModelStrings() swallows ­

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos closed WICKET-3260. Resolution: Cannot Reproduce Hi Gregor, I couldn't reproduce. add(new Label("message", "Long-Un

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972463#action_12972463 ] James Carman commented on WICKET-3256: -- It's usually good to let the original reporte

[jira] Reopened: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos reopened WICKET-3256: -- Assignee: (was: Pedro Santos) Sorry James, I realize now that u can't reopen the ticket

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972471#action_12972471 ] Pedro Santos commented on WICKET-3256: -- By more in line you mean the BaseWicketTester

[jira] Reopened: (WICKET-3260) setEscapeModelStrings() swallows ­

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos reopened WICKET-3260: -- closed by mistake > setEscapeModelStrings() swallows ­ > -- >

[jira] Resolved: (WICKET-3260) setEscapeModelStrings() swallows ­

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3260. -- Resolution: Cannot Reproduce > setEscapeModelStrings() swallows ­ > --

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972473#action_12972473 ] James Carman commented on WICKET-3256: -- I meant more in line with the way other stuff

[jira] Commented: (WICKET-3249) DateConverter improperly converts time, causing different results between DateField and DateTimeField

2010-12-17 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972474#action_12972474 ] Andera Del Bene commented on WICKET-3249: - So given the initial input : DateTimeF

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972478#action_12972478 ] Pedro Santos commented on WICKET-3256: -- ok, I will keep working on the test case > U

[jira] Assigned: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3256: --- Assignee: Martin Grigorov > Use a Provider for IExceptionMapper > --

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972480#action_12972480 ] James Carman commented on WICKET-3256: -- I can do it. I just need to find a few cycle

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972488#action_12972488 ] James Carman commented on WICKET-3256: -- I added a RequestCycleListener to the applica

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972492#action_12972492 ] Pedro Santos commented on WICKET-3256: -- The problem is that Wicket tester is creating

[jira] Updated: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3256: - Attachment: WICKET-3256-test-2.patch test to wrapper exception mapper providers > Use a Provide

[jira] Assigned: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3256: --- Assignee: Pedro Santos (was: Martin Grigorov) The last patch looks very good. > Us

svn commit: r1050427 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/request/mapper/MountedMapperTest.java

2010-12-17 Thread mgrigorov
Author: mgrigorov Date: Fri Dec 17 15:37:40 2010 New Revision: 1050427 URL: http://svn.apache.org/viewvc?rev=1050427&view=rev Log: Add a unit test for MountedMapper working with RenderPageRequestHandler and old page instance (i.e. one with page info). reasoned-by: a complain about this functiona

svn commit: r1050432 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java

2010-12-17 Thread ivaynberg
Author: ivaynberg Date: Fri Dec 17 16:00:32 2010 New Revision: 1050432 URL: http://svn.apache.org/viewvc?rev=1050432&view=rev Log: making page oninitialize() final Issue: WICKET-3218 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java Modified: wicket/trunk/wicket/src/mai

svn commit: r1050433 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/request/handler/render/ main/java/org/apache/wicket/util/tester/ test/java/org/apache/wicket/request/handler/

2010-12-17 Thread mgrigorov
Author: mgrigorov Date: Fri Dec 17 16:01:41 2010 New Revision: 1050433 URL: http://svn.apache.org/viewvc?rev=1050433&view=rev Log: WICKET-3252 StalePageException on non-versioned Page in Ajax request does not render ajax-response If a hit to stale page is made and the current request is an Ajax

[jira] Resolved: (WICKET-3218) Component#onInitialize is broken for Pages

2010-12-17 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3218. --- Resolution: Fixed Fix Version/s: 1.5-M4 Assignee: Igor Vaynberg fixed in 1.5

[jira] Resolved: (WICKET-3252) StalePageException on non-versioned Page in Ajax request does not render ajax-response

2010-12-17 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3252. - Resolution: Fixed Fix Version/s: 1.5-M4 Assignee: Martin Grigorov Fixed

[jira] Assigned: (WICKET-2467) FilterForm requires focus-tracker and focus-restore be added as children in the markup

2010-12-17 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2467: - Assignee: Igor Vaynberg > FilterForm requires focus-tracker and focus-restore be added a

svn commit: r1050441 - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/ wicket/src/test/java/org/apache/wicket/ wicket/src/test/java/org/apache/wicket/protocol/http/ wicket/

2010-12-17 Thread ivaynberg
Author: ivaynberg Date: Fri Dec 17 16:19:37 2010 New Revision: 1050441 URL: http://svn.apache.org/viewvc?rev=1050441&view=rev Log: making page oninitialize() final Issue: WICKET-3218 Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java w

[jira] Created: (WICKET-3261) Create wicket-core Maven module that contains wicket + wicket-util + wicket-request

2010-12-17 Thread Martin Grigorov (JIRA)
Create wicket-core Maven module that contains wicket + wicket-util + wicket-request --- Key: WICKET-3261 URL: https://issues.apache.org/jira/browse/WICKET-3261 Project: W

[jira] Created: (WICKET-3262) MountedMapper defined in WicketApplication doesn't accept /mount/paramval0/paramval1

2010-12-17 Thread Andrew Lombardi (JIRA)
MountedMapper defined in WicketApplication doesn't accept /mount/paramval0/paramval1 Key: WICKET-3262 URL: https://issues.apache.org/jira/browse/WICKET-3262 Project:

[jira] Updated: (WICKET-3262) MountedMapper defined in WicketApplication doesn't accept /mount/paramval0/paramval1

2010-12-17 Thread Andrew Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lombardi updated WICKET-3262: Attachment: mountedmapper_test.tar.gz > MountedMapper defined in WicketApplication doesn't

[jira] Commented: (WICKET-3093) Self-updating AutoCompleteTextField moves focus to start of field in IE only

2010-12-17 Thread Ritu Sinha (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972567#action_12972567 ] Ritu Sinha commented on WICKET-3093: Changing "onchange" to "onblur" fixes this issue

[jira] Created: (WICKET-3263) Allow AjaxRequestTarget.IListeners to be Registered at the WebApplication Level

2010-12-17 Thread James Carman (JIRA)
Allow AjaxRequestTarget.IListeners to be Registered at the WebApplication Level --- Key: WICKET-3263 URL: https://issues.apache.org/jira/browse/WICKET-3263 Project: Wicket

[jira] Updated: (WICKET-3263) Allow AjaxRequestTarget.IListeners to be Registered at the WebApplication Level

2010-12-17 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3263: - Attachment: WICKET-3263.patch Here's a patch (with test case this time :). > Allow AjaxRequestT

svn commit: r1050482 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/Application.java test/java/org/apache/wicket/ExceptionMapperTest.java

2010-12-17 Thread pedro
Author: pedro Date: Fri Dec 17 20:00:51 2010 New Revision: 1050482 URL: http://svn.apache.org/viewvc?rev=1050482&view=rev Log: Enabling other frameworks to plug in the application a custom response for their exceptions Issue: WICKET-3256 Added: wicket/trunk/wicket/src/test/java/org/apache/wi

[jira] Resolved: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3256. -- Resolution: Fixed Fix Version/s: 1.5-M4 > Use a Provider for IExceptionMapper > ---

[jira] Created: (WICKET-3264) MetaDataEntry set method traverses metaData even after key is found and data set/cleared

2010-12-17 Thread Richard Emberson (JIRA)
MetaDataEntry set method traverses metaData even after key is found and data set/cleared Key: WICKET-3264 URL: https://issues.apache.org/jira/browse/WICKET-3264

svn commit: r1050492 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup: ComponentTag.java MarkupStream.java html/panel/Fragment.java html/panel/Panel.java

2010-12-17 Thread jdonnerstag
Author: jdonnerstag Date: Fri Dec 17 21:03:20 2010 New Revision: 1050492 URL: http://svn.apache.org/viewvc?rev=1050492&view=rev Log: minor tweaks Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/ComponentTag.java wicket/trunk/wicket/src/main/java/org/apache/wicket/mark

[jira] Created: (WICKET-3265) Component data_remove returns Object which is never used

2010-12-17 Thread Richard Emberson (JIRA)
Component data_remove returns Object which is never used Key: WICKET-3265 URL: https://issues.apache.org/jira/browse/WICKET-3265 Project: Wicket Issue Type: Improvement Compo

[jira] Commented: (WICKET-3265) Component data_remove returns Object which is never used

2010-12-17 Thread Richard Emberson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972709#action_12972709 ] Richard Emberson commented on WICKET-3265: -- BTW, data_set with signature: private

svn commit: r1050567 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java

2010-12-17 Thread jrthomerson
Author: jrthomerson Date: Sat Dec 18 01:55:52 2010 New Revision: 1050567 URL: http://svn.apache.org/viewvc?rev=1050567&view=rev Log: fixes WICKET-3265 for 1.4.x branch Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/branches/wic

svn commit: r1050569 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-12-17 Thread jrthomerson
Author: jrthomerson Date: Sat Dec 18 02:09:40 2010 New Revision: 1050569 URL: http://svn.apache.org/viewvc?rev=1050569&view=rev Log: fixes WICKET-3265 for trunk Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/trunk/wicket/src/main/java/org/apache

[jira] Assigned: (WICKET-3265) Component data_remove returns Object which is never used

2010-12-17 Thread Jeremy Thomerson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Thomerson reassigned WICKET-3265: Assignee: Jeremy Thomerson > Component data_remove returns Object which is never u

[jira] Resolved: (WICKET-3265) Component data_remove returns Object which is never used

2010-12-17 Thread Jeremy Thomerson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Thomerson resolved WICKET-3265. -- Resolution: Fixed Fix Version/s: 1.5-M4 1.4.15 good observat

svn commit: r1050570 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/MetaDataKey.java

2010-12-17 Thread jrthomerson
Author: jrthomerson Date: Sat Dec 18 02:25:51 2010 New Revision: 1050570 URL: http://svn.apache.org/viewvc?rev=1050570&view=rev Log: fixes WICKET-3264 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/MetaDataKey.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/

svn commit: r1050571 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/MetaDataKey.java

2010-12-17 Thread jrthomerson
Author: jrthomerson Date: Sat Dec 18 02:26:00 2010 New Revision: 1050571 URL: http://svn.apache.org/viewvc?rev=1050571&view=rev Log: fixes WICKET-3264 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/MetaDataKey.java Modified: wicket/branches/wicket-1.4.x/wicke

[jira] Commented: (WICKET-3265) Component data_remove returns Object which is never used

2010-12-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972731#action_12972731 ] Hudson commented on WICKET-3265: Integrated in Apache Wicket 1.4.x #340 (See [https://hud

svn commit: r1050581 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/resource/aggregation: AbstractDependencyRespectingResourceAggregatingHeaderResponse.java AbstractResourceAggregatingHeade

2010-12-17 Thread jrthomerson
Author: jrthomerson Date: Sat Dec 18 03:32:37 2010 New Revision: 1050581 URL: http://svn.apache.org/viewvc?rev=1050581&view=rev Log: slight improvement to api of AbstractResourceAggregatingHeaderResponse.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/resource/aggregation/

svn commit: r1050582 - in /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html: DecoratingHeaderResponseTest.java TestDecoratingHeaderResponse.java

2010-12-17 Thread pedro
Author: pedro Date: Sat Dec 18 03:52:29 2010 New Revision: 1050582 URL: http://svn.apache.org/viewvc?rev=1050582&view=rev Log: renaming Added: wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/DecoratingHeaderResponseTest.java - copied, changed from r10505

svn commit: r1050583 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/DecoratingHeaderResponseTest.java

2010-12-17 Thread pedro
Author: pedro Date: Sat Dec 18 03:53:29 2010 New Revision: 1050583 URL: http://svn.apache.org/viewvc?rev=1050583&view=rev Log: porting the DecoratingHeaderResponseTest to trunk Added: wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/DecoratingHeaderResponseTest.java (with p

[jira] Commented: (WICKET-3264) MetaDataEntry set method traverses metaData even after key is found and data set/cleared

2010-12-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972740#action_12972740 ] Hudson commented on WICKET-3264: Integrated in Apache Wicket 1.4.x #342 (See [https://hud

[jira] Commented: (WICKET-3265) Component data_remove returns Object which is never used

2010-12-17 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972751#action_12972751 ] Igor Vaynberg commented on WICKET-3265: --- bleh. i wouldve left it as it is. it didnt