svn commit: r987641 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Resource.java

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 21:43:59 2010 New Revision: 987641 URL: http://svn.apache.org/viewvc?rev=987641&view=rev Log: Issue: WICKET-3002 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Resource.java Modified: wicket/branches/wicket-1.4.x/wicket/src

[jira] Resolved: (WICKET-3002) Resource.getResourceStream() javadoc improvements (patch)

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

svn commit: r987643 [1/2] - in /wicket/trunk/wicket-examples: src/main/webapp/style.css velocity.log.1

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 21:46:49 2010 New Revision: 987643 URL: http://svn.apache.org/viewvc?rev=987643&view=rev Log: fix data table example urls Added: wicket/trunk/wicket-examples/velocity.log.1 Modified: wicket/trunk/wicket-examples/src/main/webapp/style.css Modified: wicke

[jira] Commented: (WICKET-3004) Using RedirectPolicy.NEVER_REDIRECT when redirecting to a page will break URLs

2010-08-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900878#action_12900878 ] Igor Vaynberg commented on WICKET-3004: --- is this a cleaner patch? Index: src/main

svn commit: r987646 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/request/handler/render/WebPageRenderer.java

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 21:54:37 2010 New Revision: 987646 URL: http://svn.apache.org/viewvc?rev=987646&view=rev Log: fixed handling of RedirectPolicy.NEVER_REDIRECT Issue: WICKET-3004 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/request/handler/render/WebPageRend

svn commit: r987648 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/DefaultExceptionMapper.java

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 22:02:49 2010 New Revision: 987648 URL: http://svn.apache.org/viewvc?rev=987648&view=rev Log: wicket should keep the url of a page that caused a runtime error Issue: WICKET-3005 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/DefaultExceptionM

[jira] Resolved: (WICKET-3005) wicket should keep the url of a page that caused a runtime error

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

[jira] Commented: (WICKET-3005) wicket should keep the url of a page that caused a runtime error

2010-08-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900883#action_12900883 ] Igor Vaynberg commented on WICKET-3005: --- nice, this one has been driving me crazy la

svn commit: r987649 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: Application.java markup/MarkupFactory.java

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 22:08:17 2010 New Revision: 987649 URL: http://svn.apache.org/viewvc?rev=987649&view=rev Log: fixes markup cache shutdown Issue: WICKET-3006 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Application.java wicket/trunk/wicket/src/main/java

[jira] Resolved: (WICKET-3006) redeploy in jetty 7 fails

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

[jira] Commented: (WICKET-3004) Using RedirectPolicy.NEVER_REDIRECT when redirecting to a page will break URLs

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

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

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 22:18:50 2010 New Revision: 987651 URL: http://svn.apache.org/viewvc?rev=987651&view=rev Log: Form.delegateSubmit: invoke onSubmit() of nested Forms before onSubmit() of enclosing Form Issue: WICKET-3003 Modified: wicket/trunk/wicket/src/main/java/org/apac

[jira] Resolved: (WICKET-3003) Form.delegateSubmit: invoke onSubmit() of nested Forms before onSubmit() of enclosing Form

2010-08-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3003. --- Assignee: Igor Vaynberg Fix Version/s: 1.5-M2 Resolution: Fixed not fixing i

svn commit: r987668 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Fri Aug 20 23:10:00 2010 New Revision: 987668 URL: http://svn.apache.org/viewvc?rev=987668&view=rev Log: AjaxRequestTarget.get returns null within AjaxLink#onClick Issue: WICKET-3001 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.

[jira] Resolved: (WICKET-3001) AjaxRequestTarget.get returns null within AjaxLink#onClick

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

[jira] Resolved: (WICKET-3004) Using RedirectPolicy.NEVER_REDIRECT when redirecting to a page will break URLs

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

[jira] Commented: (WICKET-3002) Resource.getResourceStream() javadoc improvements (patch)

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

[jira] Commented: (WICKET-3001) AjaxRequestTarget.get returns null within AjaxLink#onClick

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

[jira] Commented: (WICKET-3005) wicket should keep the url of a page that caused a runtime error

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

[jira] Commented: (WICKET-3003) Form.delegateSubmit: invoke onSubmit() of nested Forms before onSubmit() of enclosing Form

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

[jira] Commented: (WICKET-3006) redeploy in jetty 7 fails

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

[jira] Assigned: (WICKET-2988) Ajax requests increment page version when they should not

2010-08-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2988: - Assignee: Igor Vaynberg > Ajax requests increment page version when they should not > --

[jira] Updated: (WICKET-2988) Ajax requests increment page version when they should not

2010-08-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-2988: -- Summary: Ajax requests increment page version when they should not (was: Ajax updated ListCho

[jira] Resolved: (WICKET-2988) Ajax requests increment page version when they should not

2010-08-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2988. --- Fix Version/s: 1.5-M2 Resolution: Fixed > Ajax requests increment page version when t

svn commit: r987703 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/page/ main/java/org/apache/wicket/request/component/ main/java/org/apache/wicket/request/han

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Sat Aug 21 06:09:56 2010 New Revision: 987703 URL: http://svn.apache.org/viewvc?rev=987703&view=rev Log: Issue: WICKET-2988 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java wicket/trunk/wicket/src/main/java/org/apache/wicket/page/IManageabl

[jira] Commented: (WICKET-3004) Using RedirectPolicy.NEVER_REDIRECT when redirecting to a page will break URLs

2010-08-20 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900978#action_12900978 ] Peter Ertl commented on WICKET-3004: Indeed, your patch is a lot cleaner. Sometimes yo

svn commit: r987706 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/request/handler/ListenerInterfaceRequestHandler.java

2010-08-20 Thread ivaynberg
Author: ivaynberg Date: Sat Aug 21 06:28:28 2010 New Revision: 987706 URL: http://svn.apache.org/viewvc?rev=987706&view=rev Log: todo Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/request/handler/ListenerInterfaceRequestHandler.java Modified: wicket/trunk/wicket/src/main/ja