Re: svn commit: r536736 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MergedMarkup.java

2007-05-09 Thread Igor Vaynberg
juergen, did you forget to uncomment it or was there a bigger plan at work? -igor On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: ivaynberg Date: Wed May 9 20:02:53 2007 New Revision: 536736 URL: http://svn.apache.org/viewvc?view=rev&rev=536736 Log: dont know why initialize(

[CONF] Apache Wicket: Wicket Blogs (page edited)

2007-05-09 Thread confluence
Page Edited : WICKET : Wicket Blogs Wicket Blogs has been edited by Mert Nuhoglu (May 09, 2007). (View changes) Content: Wicket Blo

svn commit: r536736 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MergedMarkup.java

2007-05-09 Thread ivaynberg
Author: ivaynberg Date: Wed May 9 20:02:53 2007 New Revision: 536736 URL: http://svn.apache.org/viewvc?view=rev&rev=536736 Log: dont know why initialize() was commented out, but it left componentmap uninitialized, which led to component lookup failures. Modified: incubator/wicket/trunk/jdk

[jira] Created: (WICKET-551) Empty Mounting Path

2007-05-09 Thread ywtsang (JIRA)
Empty Mounting Path --- Key: WICKET-551 URL: https://issues.apache.org/jira/browse/WICKET-551 Project: Wicket Issue Type: New Feature Components: wicket Reporter: ywtsang is it possible to "mount" with

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

2007-05-09 Thread ivaynberg
Author: ivaynberg Date: Wed May 9 15:13:56 2007 New Revision: 536688 URL: http://svn.apache.org/viewvc?view=rev&rev=536688 Log: WICKET-548 comments Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java Modified: incubator/wicket/trunk/jdk-1.4

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

2007-05-09 Thread ivaynberg
Author: ivaynberg Date: Wed May 9 14:55:30 2007 New Revision: 536675 URL: http://svn.apache.org/viewvc?view=rev&rev=536675 Log: WICKET-548 Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java Modified: incubator/wicket/trunk/jdk-1.4/wicket/s

[jira] Resolved: (WICKET-548) onAttach not called for Components added to ListItems

2007-05-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-548. -- Resolution: Fixed Fix Version/s: 1.3 > onAttach not called for Components added to ListI

svn commit: r536665 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/MarkupContainer.java test/java/org/apache/wicket/ajax/form/OnChangeAjaxBehaviorTestPage.java

2007-05-09 Thread ivaynberg
Author: ivaynberg Date: Wed May 9 14:47:04 2007 New Revision: 536665 URL: http://svn.apache.org/viewvc?view=rev&rev=536665 Log: WICKET-548 Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java incubator/wicket/trunk/jdk-1.4/wicket/src/test

[jira] Created: (WICKET-550) Use WebRequestEncoder everywhere a query string is constructed

2007-05-09 Thread Jean-Baptiste Quenot (JIRA)
Use WebRequestEncoder everywhere a query string is constructed -- Key: WICKET-550 URL: https://issues.apache.org/jira/browse/WICKET-550 Project: Wicket Issue Type: Bug Com

[jira] Commented: (WICKET-65) Handle String array in PageParameters

2007-05-09 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494577 ] Jean-Baptiste Quenot commented on WICKET-65: Thanks a lot for taking care of this, I may have overlooked t

[jira] Assigned: (WICKET-548) onAttach not called for Components added to ListItems

2007-05-09 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner reassigned WICKET-548: -- Assignee: Igor Vaynberg (was: Johan Compagner) > onAttach not called for Components ad

[jira] Commented: (WICKET-548) onAttach not called for Components added to ListItems

2007-05-09 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494571 ] Johan Compagner commented on WICKET-548: yeah i think that is the right if not only place to do it. > onAtt

[jira] Created: (WICKET-549) should be accessible in wicket

2007-05-09 Thread Peter Ertl (JIRA)
should be accessible in wicket - Key: WICKET-549 URL: https://issues.apache.org/jira/browse/WICKET-549 Project: Wicket Issue Type: Improvement Components: wicket Reporter: Peter Ertl

svn commit: r536609 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ajax/form/ test/java/org/apache/wicket/ajax/form/

2007-05-09 Thread janne
Author: janne Date: Wed May 9 11:13:58 2007 New Revision: 536609 URL: http://svn.apache.org/viewvc?view=rev&rev=536609 Log: modified OnChangeAjaxBehavior so it can be used to track changes on all FormComponents. plus added the tests. Added: incubator/wicket/trunk/jdk-1.4/wicket/src/test/j

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

2007-05-09 Thread almaw
Author: almaw Date: Wed May 9 10:39:51 2007 New Revision: 536597 URL: http://svn.apache.org/viewvc?view=rev&rev=536597 Log: Javadoc that you have to call super.onBeforeRender() if you override it. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

[jira] Commented: (WICKET-548) onAttach not called for Components added to ListItems

2007-05-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494528 ] Igor Vaynberg commented on WICKET-548: -- perhaps we should call attach in MarkupContainer#addedComponent() and de

[jira] Assigned: (WICKET-548) onAttach not called for Components added to ListItems

2007-05-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-548: Assignee: Johan Compagner > onAttach not called for Components added to ListItems > ---

[jira] Created: (WICKET-548) onAttach not called for Components added to ListItems

2007-05-09 Thread Jim McLaughlin (JIRA)
onAttach not called for Components added to ListItems - Key: WICKET-548 URL: https://issues.apache.org/jira/browse/WICKET-548 Project: Wicket Issue Type: Bug Components: wicket

[jira] Commented: (WICKET-65) Handle String array in PageParameters

2007-05-09 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494514 ] Alastair Maw commented on WICKET-65: This issue wasn't fixed, due to how WebRequestCodingStrategy was pulling thin

[jira] Assigned: (WICKET-65) Handle String array in PageParameters

2007-05-09 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alastair Maw reassigned WICKET-65: -- Assignee: Alastair Maw (was: Jean-Baptiste Quenot) > Handle String array in PageParameters > --

svn commit: r536558 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java test/java/org/apache/wicket/protocol/http/WebReques

2007-05-09 Thread almaw
Author: almaw Date: Wed May 9 08:08:05 2007 New Revision: 536558 URL: http://svn.apache.org/viewvc?view=rev&rev=536558 Log: Fix WICKET-65 properly. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java incuba

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

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

[jira] Resolved: (WICKET-547) Line precise error reporting with component addition

2007-05-09 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Dashorst resolved WICKET-547. - Resolution: Fixed > Line precise error reporting with component addition > --

svn commit: r536489 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/util/string/ test/java/org/apache/wicket/markup/html/debug/

2007-05-09 Thread dashorst
Author: dashorst Date: Wed May 9 04:27:04 2007 New Revision: 536489 URL: http://svn.apache.org/viewvc?view=rev&rev=536489 Log: WICKET-547 Line precise error reporting with component addition Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

[jira] Created: (WICKET-547) Line precise error reporting with component addition

2007-05-09 Thread Martijn Dashorst (JIRA)
Line precise error reporting with component addition Key: WICKET-547 URL: https://issues.apache.org/jira/browse/WICKET-547 Project: Wicket Issue Type: New Feature Components: wic

[jira] Assigned: (WICKET-547) Line precise error reporting with component addition

2007-05-09 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Dashorst reassigned WICKET-547: --- Assignee: Martijn Dashorst > Line precise error reporting with component addition > -

[CONF] Apache Wicket: Rss Page (page edited)

2007-05-09 Thread confluence
Page Edited : WICKET : Rss Page Rss Page has been edited by Mirza Garibovic (May 09, 2007). Change summary: Punctuation. (View ch