[CONF] Apache Wicket: Index (page edited)

2009-01-16 Thread confluence
Page Edited : WICKET : Index Index has been edited by Peter Thomas (Jan 16, 2009). (View changes) Content: Bookmarkable URL

[CONF] Apache Wicket: Articles about Wicket (page edited)

2009-01-16 Thread confluence
Page Edited : WICKET : Articles about Wicket Articles about Wicket has been edited by Peter Thomas (Jan 16, 2009). (View changes)

[jira] Created: (WICKET-2023) Allow extending SmartLinkMultiLineLabel (remove 'final')

2009-01-16 Thread Peter Parson (JIRA)
Allow extending SmartLinkMultiLineLabel (remove 'final') Key: WICKET-2023 URL: https://issues.apache.org/jira/browse/WICKET-2023 Project: Wicket Issue Type: Improvement

[jira] Commented: (WICKET-1680) AutoCompleteTextField does not validate

2009-01-16 Thread Ian Bacher (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12664512#action_12664512 ] Ian Bacher commented on WICKET-1680: I ran into the same issue, but there's a pretty

[jira] Created: (WICKET-2024) AutoComplete ShowListOnFocusGain not working

2009-01-16 Thread Ian Bacher (JIRA)
AutoComplete ShowListOnFocusGain not working Key: WICKET-2024 URL: https://issues.apache.org/jira/browse/WICKET-2024 Project: Wicket Issue Type: Bug Components: wicket-extensions

[jira] Updated: (WICKET-2024) AutoComplete ShowListOnFocusGain not working

2009-01-16 Thread Ian Bacher (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Bacher updated WICKET-2024: --- Attachment: wicket-autocomplete-onfocus.patch The trivial fix. AutoComplete ShowListOnFocusGain

[jira] Created: (WICKET-2025) isVisible should not be called after detach

2009-01-16 Thread Erik van Oosten (JIRA)
isVisible should not be called after detach --- Key: WICKET-2025 URL: https://issues.apache.org/jira/browse/WICKET-2025 Project: Wicket Issue Type: Bug Components: wicket Affects

[jira] Created: (WICKET-2026) Forms are not validated correctly inside a border

2009-01-16 Thread Adriano dos Santos Fernandes (JIRA)
Forms are not validated correctly inside a border - Key: WICKET-2026 URL: https://issues.apache.org/jira/browse/WICKET-2026 Project: Wicket Issue Type: Bug Components: wicket

[jira] Updated: (WICKET-2026) Forms are not validated correctly inside a border

2009-01-16 Thread Adriano dos Santos Fernandes (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano dos Santos Fernandes updated WICKET-2026: - Attachment: patch.diff Patch. Forms are not validated

[jira] Updated: (WICKET-2026) Forms are not validated correctly inside a border

2009-01-16 Thread Adriano dos Santos Fernandes (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano dos Santos Fernandes updated WICKET-2026: - Attachment: bordervalidationtest.tar.gz Quickstart. Forms are

[jira] Commented: (WICKET-2025) isVisible should not be called after detach

2009-01-16 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12664528#action_12664528 ] Martijn Dashorst commented on WICKET-2025: -- This check is only enabled during

[jira] Commented: (WICKET-2025) isVisible should not be called after detach

2009-01-16 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12664533#action_12664533 ] Erik van Oosten commented on WICKET-2025: - In that case the javadoc of

svn commit: r735040 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2009-01-16 Thread ivaynberg
Author: ivaynberg Date: Fri Jan 16 08:10:51 2009 New Revision: 735040 URL: http://svn.apache.org/viewvc?rev=735040view=rev Log: property detach behaviors that come from componenttags Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified:

svn commit: r735041 - /wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

2009-01-16 Thread ivaynberg
Author: ivaynberg Date: Fri Jan 16 08:12:35 2009 New Revision: 735041 URL: http://svn.apache.org/viewvc?rev=735041view=rev Log: property detach behaviors that come from ComponentTag Modified: wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

[jira] Assigned: (WICKET-2022) wicket fails on WebLogic 9.2 clustered

2009-01-16 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-2022: --- Assignee: Matej Knopp wicket fails on WebLogic 9.2 clustered

svn commit: r735112 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/SerializedPagesCache.java

2009-01-16 Thread knopp
Author: knopp Date: Fri Jan 16 12:01:28 2009 New Revision: 735112 URL: http://svn.apache.org/viewvc?rev=735112view=rev Log: WICKET-2022 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/SerializedPagesCache.java Modified: