[jira] Commented: (WICKET-627) Can't visit components in a ListView before they're rendered.

2007-07-25 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515288 ] Matej Knopp commented on WICKET-627: I've commited something that should allow hierarchy chan

svn commit: r559446 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Component.java MarkupContainer.java Page.java ajax/AjaxRequestTarget.java markup/html/list/ListView.jav

2007-07-25 Thread knopp
Author: knopp Date: Wed Jul 25 06:03:42 2007 New Revision: 559446 URL: http://svn.apache.org/viewvc?view=rev&rev=559446 Log: WICKET-627 Can't visit components in a ListView before they're rendered. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org

svn commit: r559267 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java

2007-07-24 Thread knopp
Author: knopp Date: Tue Jul 24 17:45:11 2007 New Revision: 559267 URL: http://svn.apache.org/viewvc?view=rev&rev=559267 Log: WICKET-668 Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java Modified: incubator/wicket/trunk/jdk

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

2007-07-24 Thread knopp
Author: knopp Date: Tue Jul 24 15:46:28 2007 New Revision: 559248 URL: http://svn.apache.org/viewvc?view=rev&rev=559248 Log: Make sure the (delayed) options won't show when the value has been made empty while the request was still being processed Modified: incubator/wicket/trun

[jira] Commented: (WICKET-627) Can't visit components in a ListView before they're rendered.

2007-07-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515090 ] Matej Knopp commented on WICKET-627: I'm not sure how calling onBeforeRenderChildren from onBeforeRender

[jira] Resolved: (WICKET-668) PropertyResolver.getPropertySetter() depends on calling PropertyResolver.setValue() first for it to work.

2007-07-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-668. Resolution: Fixed I removed the lazy initialization of the setter method - I don't see any r

svn commit: r559203 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/util/lang/PropertyResolver.java test/java/org/apache/wicket/util/lang/PropertyResolverTest.java

2007-07-24 Thread knopp
Author: knopp Date: Tue Jul 24 13:56:24 2007 New Revision: 559203 URL: http://svn.apache.org/viewvc?view=rev&rev=559203 Log: WICKET-668 Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java incubator/wicket/trunk/jdk-1.4/wi

[jira] Commented: (WICKET-480) IHeaderResponse.renderOnUnLoadJavascript(String javascript);

2007-07-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515051 ] Matej Knopp commented on WICKET-480: Well, onBeforeUnload doesn't work consistently across browsers so it

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

2007-07-22 Thread knopp
Author: knopp Date: Sun Jul 22 15:09:57 2007 New Revision: 558561 URL: http://svn.apache.org/viewvc?view=rev&rev=558561 Log: Corrected minimal dimensions Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modified: incubator/wi

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

2007-07-22 Thread knopp
Author: knopp Date: Sun Jul 22 14:48:22 2007 New Revision: 558557 URL: http://svn.apache.org/viewvc?view=rev&rev=558557 Log: Added scroll-lock functionality and made the debug link stick to left bottom corner Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

svn commit: r557751 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/wicket-event.js

2007-07-19 Thread knopp
Author: knopp Date: Thu Jul 19 12:45:50 2007 New Revision: 557751 URL: http://svn.apache.org/viewvc?view=rev&rev=557751 Log: fix for ie and https Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/wicket-event.js Modified: incubator/wicket/t

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

2007-07-17 Thread knopp
Author: knopp Date: Tue Jul 17 07:20:39 2007 New Revision: 556930 URL: http://svn.apache.org/viewvc?view=rev&rev=556930 Log: Possibility to tweak window settings Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/m

svn commit: r556635 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http: SecondLevelCacheSessionStore.java pagestore/DiskPageStore.java

2007-07-16 Thread knopp
Author: knopp Date: Mon Jul 16 07:14:48 2007 New Revision: 556635 URL: http://svn.apache.org/viewvc?view=rev&rev=556635 Log: WICKET-736 Improve PageStore Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.

svn commit: r556470 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

2007-07-15 Thread knopp
Author: knopp Date: Sun Jul 15 15:41:04 2007 New Revision: 556470 URL: http://svn.apache.org/viewvc?view=rev&rev=556470 Log: removed obsolete comment Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java Modi

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

2007-07-15 Thread knopp
Author: knopp Date: Sun Jul 15 15:39:35 2007 New Revision: 556469 URL: http://svn.apache.org/viewvc?view=rev&rev=556469 Log: minor javadoc correction Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java Modified: incubator/wicket/trunk/jdk

svn commit: r556468 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/protocol/http/ main/java/org/apache/wicket/protocol/http/pagestore/ test/java/org/apache/wicket/protoco

2007-07-15 Thread knopp
Author: knopp Date: Sun Jul 15 15:38:00 2007 New Revision: 556468 URL: http://svn.apache.org/viewvc?view=rev&rev=556468 Log: WICKET-736 Improve PageStore Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/FilePageStore.java incub

[jira] Resolved: (WICKET-759) Add metadata to RequestCycle

2007-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-759. Resolution: Fixed > Add metadata to RequestCy

[jira] Created: (WICKET-759) Add metadata to RequestCycle

2007-07-15 Thread Matej Knopp (JIRA)
Add metadata to RequestCycle Key: WICKET-759 URL: https://issues.apache.org/jira/browse/WICKET-759 Project: Wicket Issue Type: Improvement Components: wicket Reporter: Matej Knopp

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

2007-07-15 Thread knopp
Author: knopp Date: Sun Jul 15 15:31:59 2007 New Revision: 556464 URL: http://svn.apache.org/viewvc?view=rev&rev=556464 Log: WICKET-759 Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java Modified: incubator/wicket/trunk/jdk-1.4/wicket

[jira] Updated: (WICKET-736) Improve PageStore

2007-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-736: --- Description: * create AbstractFileStore which contains the (de)serialization logic * create

[jira] Assigned: (WICKET-736) Improve PageStore

2007-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-736: -- Assignee: Matej Knopp > Improve PageStore > - > >

[jira] Commented: (WICKET-640) modal window close button does not cancel the event after closing the window

2007-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512807 ] Matej Knopp commented on WICKET-640: Should be fixed, can anyone test it? > modal window close button does

svn commit: r556427 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2007-07-15 Thread knopp
Author: knopp Date: Sun Jul 15 09:57:31 2007 New Revision: 556427 URL: http://svn.apache.org/viewvc?view=rev&rev=556427 Log: WICKET-640 Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js Modi

[jira] Commented: (WICKET-758) HTML validation cleanliness

2007-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512802 ] Matej Knopp commented on WICKET-758: I could live with that. Optionally, you can put the method to determine

svn commit: r556289 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

2007-07-14 Thread knopp
Author: knopp Date: Sat Jul 14 08:19:44 2007 New Revision: 556289 URL: http://svn.apache.org/viewvc?view=rev&rev=556289 Log: Introduce IClusteredPageStore and suppress lastPage serialization when the pagestore implements this interface Modified: incubator/wicket/trunk/jdk-1.4/wicket

svn commit: r555654 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore: DiskPageStore.java FileChannelPool.java

2007-07-12 Thread knopp
Author: knopp Date: Thu Jul 12 08:14:59 2007 New Revision: 555654 URL: http://svn.apache.org/viewvc?view=rev&rev=555654 Log: WICKET-736 - Documentation improvement Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.

svn commit: r555515 - /incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/pagestore/PageWindowManagerTest.java

2007-07-12 Thread knopp
Author: knopp Date: Thu Jul 12 00:36:09 2007 New Revision: 15 URL: http://svn.apache.org/viewvc?view=rev&rev=15 Log: WICKET-736 - Documentation improvement Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/pages

svn commit: r555440 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore: AbstractPageStore.java DiskPageStore.java FileChannelPool.java PageWindowManage

2007-07-11 Thread knopp
Author: knopp Date: Wed Jul 11 16:52:09 2007 New Revision: 555440 URL: http://svn.apache.org/viewvc?view=rev&rev=555440 Log: WICKET-736 - Documentation improvement Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/AbstractPageStore.

svn commit: r554790 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.java

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 16:31:08 2007 New Revision: 554790 URL: http://svn.apache.org/viewvc?view=rev&rev=554790 Log: Null check Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.java Modified: incubator/wi

svn commit: r554788 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.java

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 16:12:07 2007 New Revision: 554788 URL: http://svn.apache.org/viewvc?view=rev&rev=554788 Log: WICKET-736 removed unused inner class Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.

svn commit: r554787 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/AbstractPageStore.java

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 16:08:55 2007 New Revision: 554787 URL: http://svn.apache.org/viewvc?view=rev&rev=554787 Log: corrected typo Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/AbstractPageStore.java Modified: incub

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

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 16:06:37 2007 New Revision: 554786 URL: http://svn.apache.org/viewvc?view=rev&rev=554786 Log: fixed failing unit tests Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java Modified: incubator/wicket/trunk/jdk

svn commit: r554784 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore: AbstractPageStore.java DiskPageStore.java FileChannelPool.java PageWindowManage

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 15:50:53 2007 New Revision: 554784 URL: http://svn.apache.org/viewvc?view=rev&rev=554784 Log: WICKET-736 Added: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/AbstractPageStore.java incubator/wicket/trunk

svn commit: r554783 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/protocol/http/pagestore/ test/java/org/apache/wicket/protocol/http/pagestore/ test/java/org/apache/wick

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 15:50:31 2007 New Revision: 554783 URL: http://svn.apache.org/viewvc?view=rev&rev=554783 Log: WICKET-736 Added: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/ incubator/wicket/trunk/jdk-1.4/wicket/src/

svn commit: r554779 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 15:42:35 2007 New Revision: 554779 URL: http://svn.apache.org/viewvc?view=rev&rev=554779 Log: Prevent creating new ajax version on regular request Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/

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

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 15:39:37 2007 New Revision: 554778 URL: http://svn.apache.org/viewvc?view=rev&rev=554778 Log: Prevent duplicate setting of session attributes Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java Modified: incub

[jira] Created: (WICKET-736) Improve PageStore

2007-07-09 Thread Matej Knopp (JIRA)
Improve PageStore - Key: WICKET-736 URL: https://issues.apache.org/jira/browse/WICKET-736 Project: Wicket Issue Type: Improvement Components: wicket Reporter: Matej Knopp Fix For: 1.3.0

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

2007-07-09 Thread knopp
Author: knopp Date: Mon Jul 9 11:01:51 2007 New Revision: 554721 URL: http://svn.apache.org/viewvc?view=rev&rev=554721 Log: Page page dirty on every request Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Modified: incubator/wicket/trunk/jdk

[jira] Resolved: (WICKET-725) Keep mount in the path on validation error

2007-07-08 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-725. Resolution: Duplicate WICKET-30 covers this > Keep mount in the path on validation er

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

2007-07-06 Thread knopp
Author: knopp Date: Fri Jul 6 09:10:40 2007 New Revision: 553940 URL: http://svn.apache.org/viewvc?view=rev&rev=553940 Log: Added simple support for ajax channels Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java Modi

svn commit: r553636 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

2007-07-05 Thread knopp
Author: knopp Date: Thu Jul 5 14:20:48 2007 New Revision: 553636 URL: http://svn.apache.org/viewvc?view=rev&rev=553636 Log: Access to the usePage thread local Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.

svn commit: r553247 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SelectPage.html

2007-07-04 Thread knopp
Author: knopp Date: Wed Jul 4 09:03:40 2007 New Revision: 553247 URL: http://svn.apache.org/viewvc?view=rev&rev=553247 Log: wrong class in title Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SelectPage.html Modified: incub

svn commit: r552494 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/FilePageStore.java

2007-07-02 Thread knopp
Author: knopp Date: Mon Jul 2 06:55:52 2007 New Revision: 552494 URL: http://svn.apache.org/viewvc?view=rev&rev=552494 Log: Refactoring for easier extension Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/FilePageStore.java Modi

svn commit: r552064 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebRequestCycle.java

2007-06-29 Thread knopp
Author: knopp Date: Fri Jun 29 16:56:46 2007 New Revision: 552064 URL: http://svn.apache.org/viewvc?view=rev&rev=552064 Log: get the session id from session store Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebRequestCycle.java Modi

svn commit: r551988 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

2007-06-29 Thread knopp
Author: knopp Date: Fri Jun 29 11:40:33 2007 New Revision: 551988 URL: http://svn.apache.org/viewvc?view=rev&rev=551988 Log: fixed problem with double page serialization Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/

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

2007-06-28 Thread knopp
Author: knopp Date: Thu Jun 28 06:09:19 2007 New Revision: 551547 URL: http://svn.apache.org/viewvc?view=rev&rev=551547 Log: removed that weird info string at the beginning Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modi

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

2007-06-28 Thread knopp
Author: knopp Date: Thu Jun 28 06:08:09 2007 New Revision: 551546 URL: http://svn.apache.org/viewvc?view=rev&rev=551546 Log: Support for logging other things than just strings Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modi

svn commit: r550856 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form: Button.java Form.java

2007-06-26 Thread knopp
Author: knopp Date: Tue Jun 26 09:59:11 2007 New Revision: 550856 URL: http://svn.apache.org/viewvc?view=rev&rev=550856 Log: Default button improvements Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java incubator/wicket/t

svn commit: r550643 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java

2007-06-25 Thread knopp
Author: knopp Date: Mon Jun 25 17:33:12 2007 New Revision: 550643 URL: http://svn.apache.org/viewvc?view=rev&rev=550643 Log: Fix problem with session attribute prefixing that caused session replication problems. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/ap

[jira] Resolved: (WICKET-686) Allow validators to process null value

2007-06-23 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-686. Resolution: Fixed > Allow validators to process null va

[jira] Created: (WICKET-686) Allow validators to process null value

2007-06-23 Thread Matej Knopp (JIRA)
Knopp Priority: Minor Fix For: 1.3.0-beta3 Introduce an INullAccepting marker interface for validators that need to obtain and process null value. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Assigned: (WICKET-686) Allow validators to process null value

2007-06-23 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-686: -- Assignee: Matej Knopp > Allow validators to process null va

svn commit: r550118 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: markup/html/form/FormComponent.java validation/INullAcceptingValidator.java validation/IValidator.java

2007-06-23 Thread knopp
Author: knopp Date: Sat Jun 23 14:58:51 2007 New Revision: 550118 URL: http://svn.apache.org/viewvc?view=rev&rev=550118 Log: WICKET-686 Added: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/INullAcceptingValidator.java Modified: incubator/wicket/t

[jira] Assigned: (WICKET-683) Fast multiple clicks cause page expiration

2007-06-22 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-683: -- Assignee: Johan Compagner It's your baby, deal with it ;-)) > Fast multiple clic

[jira] Commented: (WICKET-683) Fast multiple clicks cause page expiration

2007-06-22 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507463 ] Matej Knopp commented on WICKET-683: I believe this actually a "feature" of AccessStackPageMap. We

svn commit: r547430 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

2007-06-14 Thread knopp
Author: knopp Date: Thu Jun 14 15:27:24 2007 New Revision: 547430 URL: http://svn.apache.org/viewvc?view=rev&rev=547430 Log: test for the convertedinput != null before invoking validators Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/

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

2007-06-14 Thread knopp
Author: knopp Date: Thu Jun 14 07:48:10 2007 New Revision: 547262 URL: http://svn.apache.org/viewvc?view=rev&rev=547262 Log: fix when replacing the

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

2007-06-13 Thread knopp
Author: knopp Date: Wed Jun 13 11:27:28 2007 New Revision: 546991 URL: http://svn.apache.org/viewvc?view=rev&rev=546991 Log: Option to hide after return even if no item was selected Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/

svn commit: r546986 - /incubator/wicket/trunk/wicket-extensions/

2007-06-13 Thread knopp
Author: knopp Date: Wed Jun 13 11:06:29 2007 New Revision: 546986 URL: http://svn.apache.org/viewvc?view=rev&rev=546986 Log: (empty) Removed: incubator/wicket/trunk/wicket-extensions/

svn commit: r546985 - /incubator/wicket/trunk/wicket-extensions/

2007-06-13 Thread knopp
Author: knopp Date: Wed Jun 13 11:05:17 2007 New Revision: 546985 URL: http://svn.apache.org/viewvc?view=rev&rev=546985 Log: (empty) Added: incubator/wicket/trunk/wicket-extensions/

svn commit: r546798 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: ./ protocol/http/ request/target/basic/

2007-06-13 Thread knopp
Author: knopp Date: Wed Jun 13 03:00:48 2007 New Revision: 546798 URL: http://svn.apache.org/viewvc?view=rev&rev=546798 Log: Ignore Ajax request while regular request for same page is processed Added: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/

svn commit: r546639 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java

2007-06-12 Thread knopp
Author: knopp Date: Tue Jun 12 14:43:27 2007 New Revision: 546639 URL: http://svn.apache.org/viewvc?view=rev&rev=546639 Log: Fix for header contribution of TreeItems Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java Modi

svn commit: r546630 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoLinkResolver.java

2007-06-12 Thread knopp
Author: knopp Date: Tue Jun 12 13:52:27 2007 New Revision: 546630 URL: http://svn.apache.org/viewvc?view=rev&rev=546630 Log: Don't always overwrite id already set. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoLinkResolver.java

svn commit: r546473 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java

2007-06-12 Thread knopp
Author: knopp Date: Tue Jun 12 06:01:22 2007 New Revision: 546473 URL: http://svn.apache.org/viewvc?view=rev&rev=546473 Log: called afterRender Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java Modified: incubator/wi

svn commit: r546209 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java

2007-06-11 Thread knopp
Author: knopp Date: Mon Jun 11 10:56:37 2007 New Revision: 546209 URL: http://svn.apache.org/viewvc?view=rev&rev=546209 Log: attach components before rendering Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java Modi

svn commit: r546170 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/AbstractPropertyModel.java

2007-06-11 Thread knopp
Author: knopp Date: Mon Jun 11 08:15:21 2007 New Revision: 546170 URL: http://svn.apache.org/viewvc?view=rev&rev=546170 Log: Ignore non-existing fields when providing reflection information Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/m

[jira] Updated: (WICKET-139) DefaultTreeState allowSelectMultiple == false not evaluated when selecting node already selected

2007-06-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-139: --- Fix Version/s: 1.3.0-beta3 > DefaultTreeState allowSelectMultiple == false not evaluated w

[jira] Resolved: (WICKET-139) DefaultTreeState allowSelectMultiple == false not evaluated when selecting node already selected

2007-06-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-139. Resolution: Fixed > DefaultTreeState allowSelectMultiple == false not evaluated when select

svn commit: r546118 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/DefaultTreeState.java

2007-06-11 Thread knopp
Author: knopp Date: Mon Jun 11 05:11:34 2007 New Revision: 546118 URL: http://svn.apache.org/viewvc?view=rev&rev=546118 Log: WICKET-139 - DefaultTreeState allowSelectMultiple == false not evaluated when selecting node already selected Modified: incubator/wicket/trunk/jdk-1.4/wicket

[jira] Resolved: (WICKET-394) [Patch] do not serialize choices and select in palette.

2007-06-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-394. Resolution: Fixed Fix Version/s: 1.3.0-beta3 I've applied sligthly modified version o

svn commit: r546112 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/AbstractOptions.java wicket/src/main/java/org/

2007-06-11 Thread knopp
Author: knopp Date: Mon Jun 11 05:04:21 2007 New Revision: 546112 URL: http://svn.apache.org/viewvc?view=rev&rev=546112 Log: WICKET-394 - do not serialize choices and select in palette. Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extens

[jira] Commented: (WICKET-589) problem with Ajax and rendering

2007-06-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503376 ] Matej Knopp commented on WICKET-589: I tried to reproduce it but i couldn't. Can you please confirm if

[jira] Commented: (WICKET-536) ModalWindow does not function under Opera

2007-06-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503373 ] Matej Knopp commented on WICKET-536: I can't reproduce it. Does it also happen with the modal window

[jira] Resolved: (WICKET-192) make it easier to customize node icons in the tree

2007-06-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-192. Resolution: Won't Fix There's a new tree, in which you can make your own node panel wit

svn commit: r545984 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/velocity.log.1

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 17:06:45 2007 New Revision: 545984 URL: http://svn.apache.org/viewvc?view=rev&rev=545984 Log: commited by accident Removed: incubator/wicket/trunk/jdk-1.5/wicket-examples/velocity.log.1

svn commit: r545983 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 17:02:28 2007 New Revision: 545983 URL: http://svn.apache.org/viewvc?view=rev&rev=545983 Log: switched back to deployment Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml Modified: incubator/wicket/trunk/jdk-1.5/wi

svn commit: r545982 [1/2] - in /incubator/wicket/trunk: jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/ jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/res/ jdk-1.5/wi

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:58:22 2007 New Revision: 545982 URL: http://svn.apache.org/viewvc?view=rev&rev=545982 Log: WICKET-633 - Tree components cleanup New Tree components Added: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/BaseTree.

svn commit: r545980 - in /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples: ajax/builtin/tree/ nested/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:40:20 2007 New Revision: 545980 URL: http://svn.apache.org/viewvc?view=rev&rev=545980 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wi

svn commit: r545979 - in /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree: ./ table/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:39:33 2007 New Revision: 545979 URL: http://svn.apache.org/viewvc?view=rev&rev=545979 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545976 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/dotted-line.png wicket/src/main/java/org/apache/wicket/marku

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:30:05 2007 New Revision: 545976 URL: http://svn.apache.org/viewvc?view=rev&rev=545976 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545975 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/folder-closed.gif wicket/src/main/java/org/apache/wicket/mar

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:29:51 2007 New Revision: 545975 URL: http://svn.apache.org/viewvc?view=rev&rev=545975 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545974 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/folder-open.gif wicket/src/main/java/org/apache/wicket/marku

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:29:38 2007 New Revision: 545974 URL: http://svn.apache.org/viewvc?view=rev&rev=545974 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545973 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/item.gif wicket/src/main/java/org/apache/wicket/markup/html/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:29:25 2007 New Revision: 545973 URL: http://svn.apache.org/viewvc?view=rev&rev=545973 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545972 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/tree-images.png wicket/src/main/java/org/apache/wicket/marku

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:29:12 2007 New Revision: 545972 URL: http://svn.apache.org/viewvc?view=rev&rev=545972 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545971 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/tree-table.css wicket/src/main/java/org/apache/wicket/markup

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:28:59 2007 New Revision: 545971 URL: http://svn.apache.org/viewvc?view=rev&rev=545971 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545970 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/tree.css wicket/src/main/java/org/apache/wicket/markup/html/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:28:46 2007 New Revision: 545970 URL: http://svn.apache.org/viewvc?view=rev&rev=545970 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545969 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:24:57 2007 New Revision: 545969 URL: http://svn.apache.org/viewvc?view=rev&rev=545969 Log: (empty) Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/

svn commit: r545968 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/ wicket/src/main/java/org/apache/wicket/markup/html/tree/t

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:24:15 2007 New Revision: 545968 URL: http://svn.apache.org/viewvc?view=rev&rev=545968 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545966 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/DefaultAbstractTree.java wicket/src/main/java/org/apache/wicket/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:20:28 2007 New Revision: 545966 URL: http://svn.apache.org/viewvc?view=rev&rev=545966 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545965 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/Tree.html wicket/src/main/java/org/apache/wicket/markup/html/tre

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:20:15 2007 New Revision: 545965 URL: http://svn.apache.org/viewvc?view=rev&rev=545965 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545964 - in /incubator/wicket/trunk/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/Tree.java wicket/src/main/java/org/apache/wicket/markup/html/tre

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:20:03 2007 New Revision: 545964 URL: http://svn.apache.org/viewvc?view=rev&rev=545964 Log: WICKET-633 - Tree components cleanup Moving tree from core to extensions Added: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

svn commit: r545963 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/test/java/org/apache/wicket/extensions/markup/html/tree/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:16:53 2007 New Revision: 545963 URL: http://svn.apache.org/viewvc?view=rev&rev=545963 Log: WICKET-633 - Tree components cleanup Removing old tree component. Removed: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/test/java/org/apache/wi

svn commit: r545961 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 16:10:45 2007 New Revision: 545961 URL: http://svn.apache.org/viewvc?view=rev&rev=545961 Log: WICKET-633 - Tree components cleanup Removing old tree component. Removed: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wi

[jira] Created: (WICKET-633) Tree components cleanup

2007-06-10 Thread Matej Knopp (JIRA)
Tree components cleanup --- Key: WICKET-633 URL: https://issues.apache.org/jira/browse/WICKET-633 Project: Wicket Issue Type: Improvement Reporter: Matej Knopp Assignee: Matej Knopp

svn commit: r545960 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/tree/ModelBean.java

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 15:55:56 2007 New Revision: 545960 URL: http://svn.apache.org/viewvc?view=rev&rev=545960 Log: Implemented toString method Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/tree/ModelBean.

[jira] Commented: (WICKET-604) 'Wicket.Channel' name is not accessible in ajax related classes

2007-06-10 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503232 ] Matej Knopp commented on WICKET-604: Well, there are two things I'd like to know. a) How do you "

[jira] Commented: (WICKET-572) replacing tr using ajax does not work in safari

2007-06-10 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503215 ] Matej Knopp commented on WICKET-572: Works for me. Can you submit a testcase? > replacing tr using ajax d

[jira] Resolved: (WICKET-583) Header Contribution in ModalWindow doesn't work properly

2007-06-10 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-583. Resolution: Fixed > Header Contribution in ModalWindow doesn't work

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

2007-06-10 Thread knopp
Author: knopp Date: Sun Jun 10 14:32:36 2007 New Revision: 545947 URL: http://svn.apache.org/viewvc?view=rev&rev=545947 Log: WICKET-583 - Header Contribution in ModalWindow doesn't work properly Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

[jira] Assigned: (WICKET-583) Header Contribution in ModalWindow doesn't work properly

2007-06-10 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-583: -- Assignee: Matej Knopp (was: Eelco Hillenius) > Header Contribution in ModalWindow does

  1   2   3   4   5   >