[jira] Issue Comment Edited: (WICKET-3420) javascript with a less than character () fails to execute when added through a header contribution in ajax response

2011-02-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996310#comment-12996310 ] Martin Grigorov edited comment on WICKET-3420 at 2/20/11 9:56 AM:

[jira] Created: (WICKET-3459) Update jetty to 7.3 and spring to 2.5.6.SEC02

2011-02-20 Thread JIRA
Update jetty to 7.3 and spring to 2.5.6.SEC02 - Key: WICKET-3459 URL: https://issues.apache.org/jira/browse/WICKET-3459 Project: Wicket Issue Type: Improvement Components: wicket,

[jira] Updated: (WICKET-3459) Update jetty to 7.3 and spring to 2.5.6.SEC02

2011-02-20 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3459: -- Attachment: fix-WICKET-3459.patch Attaching patch against trunk. Tests pass. Update jetty

svn commit: r1072636 - in /wicket/trunk: archetypes/quickstart/src/main/resources/archetype-resources/pom.xml pom.xml

2011-02-20 Thread mgrigorov
Author: mgrigorov Date: Sun Feb 20 17:13:10 2011 New Revision: 1072636 URL: http://svn.apache.org/viewvc?rev=1072636view=rev Log: WICKET-3459 Update jetty to 7.3 and spring to 2.5.6.SEC02 Modified: wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml

[jira] Resolved: (WICKET-3459) Update jetty to 7.3 and spring to 2.5.6.SEC02

2011-02-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3459. - Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Martin Grigorov

[jira] Created: (WICKET-3460) Relax BaseWicketTester's dependency on MockServletContext to ServletContext

2011-02-20 Thread JIRA
Relax BaseWicketTester's dependency on MockServletContext to ServletContext --- Key: WICKET-3460 URL: https://issues.apache.org/jira/browse/WICKET-3460 Project: Wicket

[jira] Updated: (WICKET-3460) Relax BaseWicketTester's dependency on MockServletContext to ServletContext

2011-02-20 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3460: -- Attachment: fix-WICKET-3460.patch Attaching patch againstr trunk. Tests pass. Relax

[jira] Commented: (WICKET-3420) javascript with a less than character () fails to execute when added through a header contribution in ajax response

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997170#comment-12997170 ] Igor Vaynberg commented on WICKET-3420: --- can we not do the wrapping within !-- --

svn commit: r1072653 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Sun Feb 20 17:53:17 2011 New Revision: 1072653 URL: http://svn.apache.org/viewvc?rev=1072653view=rev Log: Issue: WICKET-3460 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java Modified:

[jira] Resolved: (WICKET-3460) Relax BaseWicketTester's dependency on MockServletContext to ServletContext

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3460. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Igor Vaynberg Relax

[jira] Resolved: (WICKET-1933) Issue appears to not be fixed

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1933. --- Resolution: Won't Fix we are not going to support this feature in IE6 unless someone can

[jira] Commented: (WICKET-3418) Incorrect setting of AjaxSubmitLink's request parameter in BaseWicketTester.submitAjaxFormSubmitBehavior

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997174#comment-12997174 ] Igor Vaynberg commented on WICKET-3418: --- perdo, ping Incorrect setting of

[jira] Updated: (WICKET-3460) Relax BaseWicketTester's dependency on MockServletContext to ServletContext

2011-02-20 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3460: -- Attachment: fix-WICKET-3460-2.patch Can you please also apply this second patch? This adds a

svn commit: r1072671 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Sun Feb 20 18:15:51 2011 New Revision: 1072671 URL: http://svn.apache.org/viewvc?rev=1072671view=rev Log: Issue: WICKET-3460 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java Modified:

[jira] Commented: (WICKET-3460) Relax BaseWicketTester's dependency on MockServletContext to ServletContext

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997179#comment-12997179 ] Igor Vaynberg commented on WICKET-3460: --- done, thanks. Relax BaseWicketTester's

[jira] Resolved: (WICKET-160) Use GWT javascript generation for client side validations

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-160. -- Resolution: Won't Fix lets reopen this when we have a proof of concept Use GWT javascript

[jira] Resolved: (WICKET-452) AjaxFormComponentUpdatingBehavior.onError forces dummy override of abstract onUpdate

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-452. -- Resolution: Won't Fix Assignee: Igor Vaynberg (was: Matej Knopp) caros can create his

[jira] Resolved: (WICKET-670) Bring back the inspector!

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-670. -- Resolution: Fixed Fix Version/s: 1.4.10 aiirc this was fixed in earlier 1.4.x version.

[jira] Resolved: (WICKET-678) Transfer DNS entries to wicket.apache.org

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-678. -- Resolution: Fixed Transfer DNS entries to wicket.apache.org

[jira] Resolved: (WICKET-1130) Injection of Bound Instance Fails with Exception

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1130. --- Resolution: Won't Fix Assignee: Igor Vaynberg no easy way to fix this. Injection of

[jira] Updated: (WICKET-757) FormComponent.rawInput needs a better name

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-757: - Fix Version/s: 1.6.0 FormComponent.rawInput needs a better name

[jira] Resolved: (WICKET-1386) Implement the FormComponentFragment

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1386. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Igor Vaynberg with new

[jira] Updated: (WICKET-3418) Incorrect setting of AjaxSubmitLink's request parameter in BaseWicketTester.submitAjaxFormSubmitBehavior

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3418: - Attachment: WICKET-3418.patch Sending the patch changing the setup order and removing asserting

[jira] Commented: (WICKET-3418) Incorrect setting of AjaxSubmitLink's request parameter in BaseWicketTester.submitAjaxFormSubmitBehavior

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997219#comment-12997219 ] Pedro Santos commented on WICKET-3418: -- Szádeczky is right, we should set parameters

[jira] Issue Comment Edited: (WICKET-3418) Incorrect setting of AjaxSubmitLink's request parameter in BaseWicketTester.submitAjaxFormSubmitBehavior

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997222#comment-12997222 ] Pedro Santos edited comment on WICKET-3418 at 2/20/11 10:01 PM:

svn commit: r1072786 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java test/java/org/apache/wicket/util/tester/apps_5/AjaxSubmitLinkClickTest

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Sun Feb 20 22:48:13 2011 New Revision: 1072786 URL: http://svn.apache.org/viewvc?rev=1072786view=rev Log: WICKET-3418 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

[jira] Resolved: (WICKET-3418) Incorrect setting of AjaxSubmitLink's request parameter in BaseWicketTester.submitAjaxFormSubmitBehavior

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3418. --- Resolution: Fixed Fix Version/s: 1.4.16 committed patch Incorrect setting of

[jira] Created: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Richard Emberson (JIRA)
org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag --- Key: WICKET-3461 URL: https://issues.apache.org/jira/browse/WICKET-3461

[jira] Assigned: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos reassigned WICKET-3461: Assignee: Pedro Santos org/apache/wicket/util/tester/BaseWicketTester

[jira] Updated: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3461: - Attachment: WICKET-3461.patch Hi Richard, this method should fail if tag == null

[jira] Commented: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Richard Emberson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997244#comment-12997244 ] Richard Emberson commented on WICKET-3461: -- It fails by throwing a

[jira] Updated: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3461: - Attachment: (was: WICKET-3461.patch) org/apache/wicket/util/tester/BaseWicketTester

[jira] Updated: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3461: - Attachment: WICKET-3461.patch Not good, NPE is not informative, see if the attached patch is

[jira] Commented: (WICKET-3457) Add methods to IBehavior to listen for configuration events

2011-02-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997246#comment-12997246 ] Hudson commented on WICKET-3457: Integrated in Apache Wicket 1.4.x #454 (See

[jira] Commented: (WICKET-3418) Incorrect setting of AjaxSubmitLink's request parameter in BaseWicketTester.submitAjaxFormSubmitBehavior

2011-02-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997247#comment-12997247 ] Hudson commented on WICKET-3418: Integrated in Apache Wicket 1.4.x #454 (See

[jira] Updated: (WICKET-3433) Wicket parses HTML inside IE conditional comments

2011-02-20 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3433: - Attachment: SimplePageExpectedResult_12a.html Hi Juergen, the

svn commit: r1072826 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java test/java/org/apache/wicket/request/handler/PageProviderTest.java

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 02:47:14 2011 New Revision: 1072826 URL: http://svn.apache.org/viewvc?rev=1072826view=rev Log: Issue: WICKET-3461 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

svn commit: r1072827 - /wicket/branches/wicket-1.4.x/CHANGELOG-1.4

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 02:52:32 2011 New Revision: 1072827 URL: http://svn.apache.org/viewvc?rev=1072827view=rev Log: release notes for 1.4.16 Modified: wicket/branches/wicket-1.4.x/CHANGELOG-1.4 Modified: wicket/branches/wicket-1.4.x/CHANGELOG-1.4 URL:

svn commit: r1072831 - /wicket/branches/wicket-1.4.16/

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:16:40 2011 New Revision: 1072831 URL: http://svn.apache.org/viewvc?rev=1072831view=rev Log: release branch Added: wicket/branches/wicket-1.4.16/ (props changed) - copied from r1072830, wicket/branches/wicket-1.4.x/ Propchange:

svn commit: r1072832 - in /wicket/branches/wicket-1.4.16: ./ archetypes/quickstart/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-datetime/ wicket-devutils/ wicket-examples/ wicket-extensions/

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:18:53 2011 New Revision: 1072832 URL: http://svn.apache.org/viewvc?rev=1072832view=rev Log: pom versions Modified: wicket/branches/wicket-1.4.16/archetypes/quickstart/pom.xml wicket/branches/wicket-1.4.16/pom.xml

svn commit: r1072833 - /wicket/branches/wicket-1.4.16/release-igor.sh

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:21:23 2011 New Revision: 1072833 URL: http://svn.apache.org/viewvc?rev=1072833view=rev Log: release script Added: wicket/branches/wicket-1.4.16/release-igor.sh (with props) Added: wicket/branches/wicket-1.4.16/release-igor.sh URL:

svn commit: r1072834 - /wicket/branches/wicket-1.4.16/pom.xml

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:22:17 2011 New Revision: 1072834 URL: http://svn.apache.org/viewvc?rev=1072834view=rev Log: modified poms for release 1.4.16 Modified: wicket/branches/wicket-1.4.16/pom.xml Modified: wicket/branches/wicket-1.4.16/pom.xml URL:

svn commit: r1072836 - /wicket/trunk/CHANGELOG-1.5

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:52:24 2011 New Revision: 1072836 URL: http://svn.apache.org/viewvc?rev=1072836view=rev Log: changelog for 1.5-rc2 Modified: wicket/trunk/CHANGELOG-1.5 Modified: wicket/trunk/CHANGELOG-1.5 URL:

svn commit: r1072837 - /wicket/trunk/release-igor.sh

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:53:47 2011 New Revision: 1072837 URL: http://svn.apache.org/viewvc?rev=1072837view=rev Log: tweaked release script to use mvn:versions Modified: wicket/trunk/release-igor.sh Modified: wicket/trunk/release-igor.sh URL:

svn commit: r1072838 - /wicket/branches/wicket-1.5-rc2/

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 03:54:16 2011 New Revision: 1072838 URL: http://svn.apache.org/viewvc?rev=1072838view=rev Log: release branch Added: wicket/branches/wicket-1.5-rc2/ (props changed) - copied from r1072837, wicket/trunk/ Propchange: wicket/branches/wicket-1.5-rc2/

svn commit: r1072840 - in /wicket/branches/wicket-1.5-rc2: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-

2011-02-20 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 21 04:01:16 2011 New Revision: 1072840 URL: http://svn.apache.org/viewvc?rev=1072840view=rev Log: modified poms for release 1.5-rc2 Modified: wicket/branches/wicket-1.5-rc2/archetypes/quickstart/pom.xml

[jira] Resolved: (WICKET-3461) org/apache/wicket/util/tester/BaseWicketTester getWicketAjaxBaseUrlFromLastRequest null tag

2011-02-20 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3461. --- Resolution: Fixed Fix Version/s: 1.4.16