[jira] Commented: (WICKET-2532) Pageable Views call IDataProvider.size() more than once

2010-02-08 Thread bernard (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831244#action_12831244 ] bernard commented on WICKET-2532: - Thanks very much. Currently there is no sulution at al

[jira] Commented: (WICKET-2727) Interpolator replace $$ by $ - breaks javascript templates using prototype css selector

2010-02-08 Thread Bruno Bieth (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831135#action_12831135 ] Bruno Bieth commented on WICKET-2727: - Right. I'm not going to argue whether velocity

[jira] Commented: (WICKET-2727) Interpolator replace $$ by $ - breaks javascript templates using prototype css selector

2010-02-08 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831126#action_12831126 ] Igor Vaynberg commented on WICKET-2727: --- we are not using velocity syntax. the ${var

[jira] Commented: (WICKET-2727) Interpolator replace $$ by $ - breaks javascript templates using prototype css selector

2010-02-08 Thread Bruno Bieth (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831118#action_12831118 ] Bruno Bieth commented on WICKET-2727: - Yes, I understand that you might want to escape

[jira] Created: (WICKET-2729) Proposal to reopen WICKET-2696 to include the patch + unit test into next wicket release

2010-02-08 Thread Martin Makundi (JIRA)
Proposal to reopen WICKET-2696 to include the patch + unit test into next wicket release Key: WICKET-2729 URL: https://issues.apache.org/jira/browse/WICKET-2729

[jira] Commented: (WICKET-2726) CLONE -Ajax multipart broken on mounted pages

2010-02-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831053#action_12831053 ] Martin Grigorov commented on WICKET-2726: - This is already fixed with r906784 and

[jira] Updated: (WICKET-2728) Location headers (redirects) should be absolute, not relative URLs

2010-02-08 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-2728: -- Fix Version/s: 1.5-M1 unfortunately in reality it is not so simple. many people run their weba

[jira] Resolved: (WICKET-2723) ContextImage url incorrect when tomcat 6 welcomefile (index.jsp) is present and url is context homepage

2010-02-08 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2723. --- Resolution: Won't Fix Assignee: Igor Vaynberg this is a well known tomcat quirk, simpl

[jira] Issue Comment Edited: (WICKET-2727) Interpolator replace $$ by $ - breaks javascript templates using prototype css selector

2010-02-08 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831030#action_12831030 ] Igor Vaynberg edited comment on WICKET-2727 at 2/8/10 6:28 PM: -

[jira] Resolved: (WICKET-2727) Interpolator replace $$ by $ - breaks javascript templates using prototype css selector

2010-02-08 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2727. --- Resolution: Won't Fix Assignee: Igor Vaynberg $$ is needed as an escape character for

[jira] Commented: (WICKET-2532) Pageable Views call IDataProvider.size() more than once

2010-02-08 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831029#action_12831029 ] Igor Vaynberg commented on WICKET-2532: --- we will try to work on it. unfortunately a

svn commit: r907741 - in /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/ajax/markup/html/ajaxLink: AjaxPage2-1_ExpectedResult.html AjaxPage2.java

2010-02-08 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 8 18:10:31 2010 New Revision: 907741 URL: http://svn.apache.org/viewvc?rev=907741&view=rev Log: fix test Modified: wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/ajax/markup/html/ajaxLink/AjaxPage2-1_ExpectedResult.html wicket/branch

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

2010-02-08 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 8 17:59:31 2010 New Revision: 907738 URL: http://svn.apache.org/viewvc?rev=907738&view=rev Log: make sure markup ids are aligned Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java Modified: wicket/branc

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

2010-02-08 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 8 17:38:20 2010 New Revision: 907734 URL: http://svn.apache.org/viewvc?rev=907734&view=rev Log: keep markup ids synchronized Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java Modified: wicket/trunk/wicket/src/main/jav

[jira] Created: (WICKET-2728) Location headers (redirects) should be absolute, not relative URLs

2010-02-08 Thread Sebb (JIRA)
Location headers (redirects) should be absolute, not relative URLs -- Key: WICKET-2728 URL: https://issues.apache.org/jira/browse/WICKET-2728 Project: Wicket Issue Type: Bug