[jira] Assigned: (WICKET-993) wicket:enclosure doesn't work with multiple child components

2007-09-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag reassigned WICKET-993: - Assignee: Juergen Donnerstag wicket:enclosure doesn't work with multiple child

[jira] Updated: (WICKET-994) Ajax requests may happen before DOM is ready

2007-09-21 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Hough updated WICKET-994: - Attachment: test.zip Description of how to use the file in initial posting. Ajax requests may happen

[jira] Commented: (WICKET-988) PropertyResolver map

2007-09-21 Thread Stanislav Dvorscak (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529352 ] Stanislav Dvorscak commented on WICKET-988: --- The best would be if I can use dot character in a map key

[jira] Assigned: (WICKET-994) Ajax requests may happen before DOM is ready

2007-09-21 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-994: -- Assignee: Matej Knopp Ajax requests may happen before DOM is ready

svn commit: r578039 - /wicket/trunk/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java

2007-09-21 Thread ate
Author: ate Date: Fri Sep 21 03:09:56 2007 New Revision: 578039 URL: http://svn.apache.org/viewvc?rev=578039view=rev Log: Fixing ApacheLicenceHeaderTest failure Modified: wicket/trunk/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java Modified:

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Martijn Vos (Sep 21, 2007). (View changes) Content:

[jira] Resolved: (WICKET-994) Ajax requests may happen before DOM is ready

2007-09-21 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-994. Resolution: Fixed Fix Version/s: 1.3.0-beta4 Already fixed. Ajax requests may happen

[jira] Reopened: (WICKET-649) New Wicket Portlet support: fix appending query parameters

2007-09-21 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma reopened WICKET-649: -- I missed encoding ignoreIfNotActive=true for an IActivePageBehavior.LISTENER in

svn commit: r578078 - /wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/urlcompressing/UrlCompressingWebCodingStrategy.java

2007-09-21 Thread ate
Author: ate Date: Fri Sep 21 05:03:18 2007 New Revision: 578078 URL: http://svn.apache.org/viewvc?rev=578078view=rev Log: WICKET-649: New Wicket Portlet support: fix appending query parameters Also fixing AbstractAjaxBehavior.getCallbackUrl(boolean onlyTargetActivePage) for

[jira] Resolved: (WICKET-649) New Wicket Portlet support: fix appending query parameters

2007-09-21 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-649. -- Resolution: Fixed Fixed AbstractAjaxBehavior.getCallbackUrl(boolean onlyTargetActivePage) for

[jira] Reopened: (WICKET-926) New Wicket Portlet support: Support for detached/popup pages

2007-09-21 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma reopened WICKET-926: -- I'm going to provide a little cleaner implementation, using better naming and shortened coding (no

svn commit: r578101 - in /wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ wicket/src/main/java/org/apac

2007-09-21 Thread ate
Author: ate Date: Fri Sep 21 06:34:52 2007 New Revision: 578101 URL: http://svn.apache.org/viewvc?rev=578101view=rev Log: WICKET-926: New Wicket Portlet support: Support for detached/popup pages - cleaner implementation, using better naming and shortened coding but no functional or technical

[jira] Resolved: (WICKET-926) New Wicket Portlet support: Support for detached/popup pages

2007-09-21 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-926. -- Resolution: Fixed cleaner implementation committed New Wicket Portlet support: Support for

[CONF] Apache Wicket: Fancy validation using AJAX, alternatives to FeedbackPanel (page edited)

2007-09-21 Thread confluence
Page Edited : WICKET : Fancy validation using AJAX, alternatives to FeedbackPanel Fancy validation using AJAX, alternatives to FeedbackPanel has been edited by Adam A. Koch (Sep

[jira] Updated: (WICKET-983) Merge the portlet support branch into the trunk

2007-09-21 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma updated WICKET-983: - Attachment: wicket-1.3.0-beta3-portlet-support.patch2 Attaching

[jira] Assigned: (WICKET-995) getMarkupId generates ID which contains special characters which should be escaped or replaced

2007-09-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-995: Assignee: Igor Vaynberg getMarkupId generates ID which contains special characters which

svn commit: r578187 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/Component.java test/java/org/apache/wicket/markup/html/border/HideableBorderPage_ExpectedResult.html

2007-09-21 Thread ivaynberg
Author: ivaynberg Date: Fri Sep 21 08:58:50 2007 New Revision: 578187 URL: http://svn.apache.org/viewvc?rev=578187view=rev Log: WICKET-995: getMarkupId generates ID which contains special characters which should be escaped or replaced Modified:

[jira] Resolved: (WICKET-995) getMarkupId generates ID which contains special characters which should be escaped or replaced

2007-09-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-995. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 getMarkupId generates ID which contains

[jira] Resolved: (WICKET-990) Localizer complains about component not being added to the page when the component is a page

2007-09-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-990. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 Assignee: Igor Vaynberg

[jira] Resolved: (WICKET-944) ehcache based MarkupCache (1.3)

2007-09-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-944. --- Resolution: Fixed Fix Version/s: 1.3.0-beta4 created the task just to provide

[jira] Created: (WICKET-996) No jsessionid in redirects on Apache Tomcat.

2007-09-21 Thread Jan Jaros (JIRA)
No jsessionid in redirects on Apache Tomcat. Key: WICKET-996 URL: https://issues.apache.org/jira/browse/WICKET-996 Project: Wicket Issue Type: Bug Components: wicket Affects

[jira] Updated: (WICKET-996) No jsessionid in redirects on Apache Tomcat.

2007-09-21 Thread Jan Jaros (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Jaros updated WICKET-996: - Attachment: WebResponse_redirect.patch No jsessionid in redirects on Apache Tomcat.

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Craig Lenzen (Sep 21, 2007). (View changes) Content:

[CONF] Apache Wicket: Fancy validation using AJAX, alternatives to FeedbackPanel (page edited)

2007-09-21 Thread confluence
Page Edited : WICKET : Fancy validation using AJAX, alternatives to FeedbackPanel Fancy validation using AJAX, alternatives to FeedbackPanel has been edited by Adam A. Koch (Sep

svn commit: r578240 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2007-09-21 Thread knopp
Author: knopp Date: Fri Sep 21 12:26:13 2007 New Revision: 578240 URL: http://svn.apache.org/viewvc?rev=578240view=rev Log: replaced element.id with element.getAttribute('id'); Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified:

svn commit: r578344 - in /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb: BreadCrumbBar.java DefaultBreadCrumbsModel.java panel/BreadCrumbPanel.java panel

2007-09-21 Thread ehillenius
Author: ehillenius Date: Fri Sep 21 18:20:49 2007 New Revision: 578344 URL: http://svn.apache.org/viewvc?rev=578344view=rev Log: added a little bit more indirection to make default implementations more accesible. Added:

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Dan Syrstad (Sep 21, 2007). (View changes) Content:

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Dan Syrstad (Sep 21, 2007). (View changes) Content:

[jira] Created: (WICKET-997) AjaxButton using null as the form in the onSubmit() callback

2007-09-21 Thread Kent Tong (JIRA)
AjaxButton using null as the form in the onSubmit() callback Key: WICKET-997 URL: https://issues.apache.org/jira/browse/WICKET-997 Project: Wicket Issue Type: Bug