[CONF] Apache Wicket: Documentation Index (page edited)

2007-05-03 Thread confluence
Page Edited : WICKET : Documentation Index Documentation Index has been edited by Erik van Oosten (May 03, 2007). (View changes) Conten

[CONF] Apache Wicket: Documentation Index (page edited)

2007-05-03 Thread confluence
Page Edited : WICKET : Documentation Index Documentation Index has been edited by Erik van Oosten (May 03, 2007). (View changes) Conten

[CONF] Apache Wicket: Documentation Index (page edited)

2007-05-03 Thread confluence
Page Edited : WICKET : Documentation Index Documentation Index has been edited by Erik van Oosten (May 03, 2007). (View changes) Conten

[jira] Created: (WICKET-530) FormComponent.type ignored for print

2007-05-03 Thread Ivlev Dmitry (JIRA)
FormComponent.type ignored for print Key: WICKET-530 URL: https://issues.apache.org/jira/browse/WICKET-530 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.3 E

svn commit: r535065 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

2007-05-03 Thread ivaynberg
Author: ivaynberg Date: Thu May 3 20:09:29 2007 New Revision: 535065 URL: http://svn.apache.org/viewvc?view=rev&rev=535065 Log: optimizations for WICKET-529 Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Modified: incubator/wicket/trunk/jdk-

svn commit: r535064 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

2007-05-03 Thread ivaynberg
Author: ivaynberg Date: Thu May 3 20:06:23 2007 New Revision: 535064 URL: http://svn.apache.org/viewvc?view=rev&rev=535064 Log: fix Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/

[jira] Resolved: (WICKET-529) Add ability to remove behaviors

2007-05-03 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-529. -- Resolution: Fixed > Add ability to remove behaviors > --- > >

svn commit: r535063 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ test/java/org/apache/wicket/ test/java/org/apache/wicket/ajax/markup/html/ajaxLink/ test/java/org/apac

2007-05-03 Thread ivaynberg
Author: ivaynberg Date: Thu May 3 20:04:27 2007 New Revision: 535063 URL: http://svn.apache.org/viewvc?view=rev&rev=535063 Log: WICKET-529 : Add ability to remove behaviors Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java incubator/wicket/t

[jira] Assigned: (WICKET-529) Add ability to remove behaviors

2007-05-03 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-529: Assignee: Igor Vaynberg (was: Johan Compagner) > Add ability to remove behaviors > ---

[jira] Created: (WICKET-529) Add ability to remove behaviors

2007-05-03 Thread Eelco Hillenius (JIRA)
Add ability to remove behaviors --- Key: WICKET-529 URL: https://issues.apache.org/jira/browse/WICKET-529 Project: Wicket Issue Type: New Feature Components: wicket Reporter: Eelco Hillenius

svn commit: r535046 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java

2007-05-03 Thread ivaynberg
Author: ivaynberg Date: Thu May 3 17:54:45 2007 New Revision: 535046 URL: http://svn.apache.org/viewvc?view=rev&rev=535046 Log: bind success/failure handler script to the element that invoked them Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractD

[jira] Commented: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-05-03 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493499 ] Alastair Maw commented on WICKET-40: I can see what you're trying to achieve with this, but it's breaking some uni

[jira] Resolved: (WICKET-396) Wicket.Focus code utterly breaks AjaxEditableLabel

2007-05-03 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw resolved WICKET-396. - Resolution: Fixed Fixed in r534980. > Wicket.Focus code utterly breaks AjaxEditableLabel > -

svn commit: r534980 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java

2007-05-03 Thread almaw
Author: almaw Date: Thu May 3 13:02:29 2007 New Revision: 534980 URL: http://svn.apache.org/viewvc?view=rev&rev=534980 Log: Fix WICKET-396 - AjaxEditableLabel focus code doesn't work properly. Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensi

[jira] Updated: (WICKET-528) StringResourceModel does not use defaultValue properly

2007-05-03 Thread Ryan Crumley (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Crumley updated WICKET-528: Attachment: stringresourcemodel.patch Patch to solve both issues. > StringResourceModel does not u

[jira] Created: (WICKET-528) StringResourceModel does not use defaultValue properly

2007-05-03 Thread Ryan Crumley (JIRA)
StringResourceModel does not use defaultValue properly -- Key: WICKET-528 URL: https://issues.apache.org/jira/browse/WICKET-528 Project: Wicket Issue Type: Bug Components: wicket

[jira] Updated: (WICKET-527) Panel header contribution breaks AJAX update in Internet Explorer

2007-05-03 Thread John Krasnay (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Krasnay updated WICKET-527: Attachment: quickstart.zip Attached quickstart demonstrating the problem. > Panel header contribut

[jira] Created: (WICKET-527) Panel header contribution breaks AJAX update in Internet Explorer

2007-05-03 Thread John Krasnay (JIRA)
Panel header contribution breaks AJAX update in Internet Explorer - Key: WICKET-527 URL: https://issues.apache.org/jira/browse/WICKET-527 Project: Wicket Issue Type: Bug

[jira] Commented: (WICKET-524) ClassCastException in WebRequestCodingStrategy

2007-05-03 Thread Andrew Berman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493437 ] Andrew Berman commented on WICKET-524: -- I'm using the CryptURL class so the URL will just be ?x= > ClassCas

[jira] Commented: (WICKET-524) ClassCastException in WebRequestCodingStrategy

2007-05-03 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493436 ] Jean-Baptiste Quenot commented on WICKET-524: - Can you please provide the requested URL? Are there dupli

[jira] Commented: (WICKET-383) Wicket-Examples war file needs slf4j

2007-05-03 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493429 ] Jean-Baptiste Quenot commented on WICKET-383: - Is this still an issue? > Wicket-Examples war file needs

[jira] Updated: (WICKET-319) No java source code in examples

2007-05-03 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Quenot updated WICKET-319: Fix Version/s: 1.3 Priority: Major (was: Minor) Summary: No java

[jira] Commented: (WICKET-524) ClassCastException in WebRequestCodingStrategy

2007-05-03 Thread Andrew Berman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493424 ] Andrew Berman commented on WICKET-524: -- Eelco, I don't know when I can get you a unit test, but I can give you s

[jira] Commented: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-05-03 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493423 ] Jean-Baptiste Quenot commented on WICKET-40: Just added some httpunit-based unit tests in wicket-examples,

svn commit: r534932 - in /incubator/wicket/trunk/jdk-1.5/wicket-examples/src: main/testwebapp1/ main/testwebapp1/WEB-INF/ main/testwebapp2/ main/testwebapp2/WEB-INF/ test/java/org/apache/wicket/exampl

2007-05-03 Thread jbq
Author: jbq Date: Thu May 3 09:47:54 2007 New Revision: 534932 URL: http://svn.apache.org/viewvc?view=rev&rev=534932 Log: * Adding httpunit-based tests for WICKET-40, rename bugTestXXX() to testXXX() to test the failing methods * Allow to set custom webapp location and context path for JettyTes

[jira] Commented: (WICKET-526) URL mounting doesn't work well together with stateless pages

2007-05-03 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493420 ] Eelco Hillenius commented on WICKET-526: Not only feedback, anything that depends temporary state will break

[jira] Assigned: (WICKET-526) URL mounting doesn't work well together with stateless pages

2007-05-03 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-526: -- Assignee: Eelco Hillenius > URL mounting doesn't work well together with stateless page

svn commit: r534929 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java

2007-05-03 Thread ehillenius
Author: ehillenius Date: Thu May 3 09:38:26 2007 New Revision: 534929 URL: http://svn.apache.org/viewvc?view=rev&rev=534929 Log: removed stale comments Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java Modified: incubator/wicket/trunk/jdk-1.

svn commit: r534928 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage.java

2007-05-03 Thread ehillenius
Author: ehillenius Date: Thu May 3 09:37:08 2007 New Revision: 534928 URL: http://svn.apache.org/viewvc?view=rev&rev=534928 Log: tweaked Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage.java Modified: incubator/wicke

svn commit: r534926 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessApplication.java

2007-05-03 Thread ehillenius
Author: ehillenius Date: Thu May 3 09:27:35 2007 New Revision: 534926 URL: http://svn.apache.org/viewvc?view=rev&rev=534926 Log: for WICKET-526 Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessApplication.java Modified: i

[jira] Created: (WICKET-526) URL mounting doesn't work well together with stateless pages

2007-05-03 Thread Eelco Hillenius (JIRA)
URL mounting doesn't work well together with stateless pages Key: WICKET-526 URL: https://issues.apache.org/jira/browse/WICKET-526 Project: Wicket Issue Type: Bug Compone

[jira] Assigned: (WICKET-525) Component.getConverter is ignored by PropertyConverter

2007-05-03 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-525: -- Assignee: Matej Knopp We've been talking about creating our text components smarter so

[jira] Commented: (WICKET-525) Component.getConverter is ignored by PropertyConverter

2007-05-03 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493397 ] Eelco Hillenius commented on WICKET-525: Currently, you have to supply the type to convert to in TextFields.

[jira] Updated: (WICKET-464) CompressedPackageResource should have a switch to enable/disable

2007-05-03 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-464: -- Description: It should be possible to deactivate gzip compression. Sometimes gzip is already handled b

[jira] Created: (WICKET-525) Component.getConverter is ignored by PropertyConverter

2007-05-03 Thread Ivlev Dmitry (JIRA)
Component.getConverter is ignored by PropertyConverter -- Key: WICKET-525 URL: https://issues.apache.org/jira/browse/WICKET-525 Project: Wicket Issue Type: Bug Components: wicket

[jira] Commented: (WICKET-436) "IDE Plugins" link on Wicket home page broken

2007-05-03 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493321 ] Gwyn Evans commented on WICKET-436: --- Sure, for the Navigation page, but I also changed the Index page & that's not

[jira] Assigned: (WICKET-436) "IDE Plugins" link on Wicket home page broken

2007-05-03 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Dashorst reassigned WICKET-436: --- Assignee: Upayavira (was: Martijn Dashorst) Upayavira has the karma to press the mag

[jira] Reopened: (WICKET-436) "IDE Plugins" link on Wicket home page broken

2007-05-03 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwyn Evans reopened WICKET-436: --- Assignee: Martijn Dashorst (was: Gwyn Evans) Wicket static site not being updated after edit of wi