[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 change in onBeforeRender

[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 could he

[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 reason

[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 will be

[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 RequestCycle > > >

[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

[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 SimpleSy

[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 > - > > Key: WICKET-7

[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 not

[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 whet

[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-beta

[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 error > ---

[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 value > --

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

2007-06-23 Thread Matej Knopp (JIRA)
Allow validators to process null value -- Key: WICKET-686 URL: https://issues.apache.org/jira/browse/WICKET-686 Project: Wicket Issue Type: Bug Components: wicket Reporter: Matej Knop

[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 value > --

[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 clicks cause page

[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've talked abou

[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 when selecti

[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 selecting > n

[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 of the p

[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 it is stil

[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 from wicket

[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 with icons as y

[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 Fi

[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 "pause" the thr

[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 does not

[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 properly >

[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 doesn't work

[jira] Resolved: (WICKET-630) It should be possible to specify different CSS class names for certain columns in DataTable

2007-06-08 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-630. Resolution: Fixed Introduced IStyledColumn interface (so that we don't break existing direct imple

[jira] Created: (WICKET-630) It should be possible to specify different CSS class names for certain columns in DataTable

2007-06-08 Thread Matej Knopp (JIRA)
It should be possible to specify different CSS class names for certain columns in DataTable --- Key: WICKET-630 URL: https://issues.apache.org/jira/browse/WICKET-630

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

2007-06-08 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-525. Resolution: Fixed Fix Version/s: 1.3.0-rc1 Shouldn't be needed anymore, as the (Compound)Pro

[jira] Resolved: (WICKET-561) TextField should determine the object type from the model if the model supports it

2007-06-08 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-561. Resolution: Fixed Fix Version/s: 1.3.0-beta2 > TextField should determine the object type fr

[jira] Commented: (WICKET-618) auto add javascript in AjaxRequestTarget for behaviors that implement IHeaderContributor

2007-06-08 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502892 ] Matej Knopp commented on WICKET-618: I don't understand this. It should be already supported. If there still is

[jira] Resolved: (WICKET-620) Add application wide listener invoked after component's onBeforeRender and onAfterRender are called

2007-06-06 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-620. Resolution: Fixed > Add application wide listener invoked after component's onBeforeRender and > o

[jira] Created: (WICKET-620) Add application wide listener invoked after component's onBeforeRender and onAfterRender are called

2007-06-06 Thread Matej Knopp (JIRA)
Add application wide listener invoked after component's onBeforeRender and onAfterRender are called Key: WICKET-620 URL: https://issues.apache.org/jira/browse/WI

[jira] Resolved: (WICKET-619) Models that can should be able to provide information about field/getter/setter

2007-06-05 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-619. Resolution: Fixed Added interface IPropertyReflectionAwareModel that is implemented by PropertyMod

[jira] Created: (WICKET-619) Models that can should be able to provide information about field/getter/setter

2007-06-05 Thread Matej Knopp (JIRA)
Models that can should be able to provide information about field/getter/setter - Key: WICKET-619 URL: https://issues.apache.org/jira/browse/WICKET-619 Project: Wicket

[jira] Commented: (WICKET-606) AbstractTextComponent#setConvertEmptyInputStringToNull(true) does not work with IObjectClassAwareModels (affects TextField, etc.)

2007-05-31 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500498 ] Matej Knopp commented on WICKET-606: If you really think that this problem only happens with Strings, then the s

[jira] Resolved: (WICKET-608) Add possibility to output markup class as html comment

2007-05-31 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-608. Resolution: Fixed Fix Version/s: (was: 1.3.0-beta2) (was: 1.3.0-rc

[jira] Created: (WICKET-608) Add possibility to output markup class as html comment

2007-05-31 Thread Matej Knopp (JIRA)
Add possibility to output markup class as html comment -- Key: WICKET-608 URL: https://issues.apache.org/jira/browse/WICKET-608 Project: Wicket Issue Type: New Feature Affects Versions:

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

2007-05-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-464: -- Assignee: Matej Knopp > CompressedPackageResource should have a switch to enable/disable >

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

2007-05-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-464: --- Priority: Critical (was: Major) Definitely needs attention before 1.3 > CompressedPackageResource

[jira] Resolved: (WICKET-556) Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after its contributing component has been replaced

2007-05-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-556. Resolution: Fixed > Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after its > c

[jira] Created: (WICKET-561) TextField should determine the object type from the model if the model supports it

2007-05-13 Thread Matej Knopp (JIRA)
TextField should determine the object type from the model if the model supports it -- Key: WICKET-561 URL: https://issues.apache.org/jira/browse/WICKET-561 Project: Wicke

[jira] Commented: (WICKET-556) Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after its contributing component has been replaced

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495303 ] Matej Knopp commented on WICKET-556: I fixed this for 1.3 (added a simple precondition mechanism). > Prevent set

[jira] Commented: (WICKET-556) Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after its contributing component has been replaced

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495296 ] Matej Knopp commented on WICKET-556: Well. While this can certainly solve this problem for most cases, there can

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

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-527. Resolution: Invalid Of course this doesn't work. Markup for header contribution must be well formed

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

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495289 ] Matej Knopp commented on WICKET-192: I think the current way is not difficult :) This is okay for open / close l

[jira] Updated: (WICKET-431) Modal window can not be closed after session timeout

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-431: --- Priority: Minor (was: Major) > Modal window can not be closed after session timeout > --

[jira] Commented: (WICKET-431) Modal window can not be closed after session timeout

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495287 ] Matej Knopp commented on WICKET-431: I don't see how i can fix it. If you click ok, the modal dialog will disappe

[jira] Assigned: (WICKET-470) AjaxFormComponentUpdatingBehavior won't work for RadioChoices

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-470: -- Assignee: Johan Compagner (was: Matej Knopp) I believe you are working on this now? > AjaxFor

[jira] Resolved: (WICKET-1) dynamic treetable with a real model

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-1. -- Resolution: Won't Fix Fix Version/s: 2.0 I have different implementation of file browser. However,

[jira] Resolved: (WICKET-534) Add a parameter to toggle an AJAX call between asynchronous and synchronous

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-534. Resolution: Won't Fix Won't fix as synchronous ajax requests are pure evil :) > Add a parameter to

[jira] Commented: (WICKET-534) Add a parameter to toggle an AJAX call between asynchronous and synchronous

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495280 ] Matej Knopp commented on WICKET-534: Okay. I'm strongly against this. You can always put the javascript together

[jira] Commented: (WICKET-494) id attribute is not preserved

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495279 ] Matej Knopp commented on WICKET-494: I believe this is intentional. Igor? > id attribute is not preserved >

[jira] Commented: (WICKET-456) wicket:head contributions from panel markup should be parsed to remove duplicates

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495278 ] Matej Knopp commented on WICKET-456: I'm -1 on this and if noone objects I'll close this as won't fix. We already

[jira] Assigned: (WICKET-456) wicket:head contributions from panel markup should be parsed to remove duplicates

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-456: -- Assignee: Matej Knopp > wicket:head contributions from panel markup should be parsed to remove

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

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-480. Resolution: Won't Fix Fix Version/s: 1.3 Sorry, I'm closing this as won't fix. OnUnload work

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

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-394: -- Assignee: Matej Knopp > [Patch] do not serialize choices and select in palette. >

[jira] Commented: (WICKET-406) form fields are reset when a file upload fails

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495273 ] Matej Knopp commented on WICKET-406: I'm not sure if it's possible to process the fields in this case. When the

[jira] Resolved: (WICKET-393) [Patch]Improve ajax form serialization and allows nested from serialization

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-393. Resolution: Fixed > [Patch]Improve ajax form serialization and allows nested from serialization > -

[jira] Resolved: (WICKET-152) Automatic multi window support and XHTML validation

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-152. Resolution: Won't Fix > Automatic multi window support and XHTML validation > -

[jira] Assigned: (WICKET-556) Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after its contributing component has been replaced

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-556: -- Assignee: Matej Knopp > Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after

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

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

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

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-527: -- Assignee: Matej Knopp > Panel header contribution breaks AJAX update in Internet Explorer > ---

[jira] Resolved: (WICKET-491) problem with browser back-button and links after ajax replace

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-491. Resolution: Fixed Fix Version/s: 1.3 Works well with latest wicket > problem with browser b

[jira] Assigned: (WICKET-491) problem with browser back-button and links after ajax replace

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-491: -- Assignee: Matej Knopp > problem with browser back-button and links after ajax replace > ---

[jira] Resolved: (WICKET-418) Ajax requests don't detach component models

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-418. Resolution: Fixed Fix Version/s: 1.3 > Ajax requests don't detach component models > ---

[jira] Resolved: (WICKET-116) Within a ModalWindow, mouse cursor incorrectly appears as an arrow when over text

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-116. Resolution: Fixed Fix Version/s: 1.3 Fixed for 1.3 > Within a ModalWindow, mouse cursor inc

[jira] Commented: (WICKET-175) Page.onDetach is called by each ComponentResourceRequestTarget

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495267 ] Matej Knopp commented on WICKET-175: I think we can close this too,. > Page.onDetach is called by each Component

[jira] Commented: (WICKET-519) remove page versions from the second level cache when explicitly removed

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495265 ] Matej Knopp commented on WICKET-519: Sure we can do that. But thinking of it, there are so many simple ways of m

[jira] Resolved: (WICKET-278) Error pages for HeaderContributor errors are broken

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-278. Resolution: Fixed I believe this is fixed already > Error pages for HeaderContributor errors are b

[jira] Commented: (WICKET-433) improved reporting on locked page maps

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495262 ] Matej Knopp commented on WICKET-433: Even more useful would be to have the stack-strace. I think we can do that,

[jira] Commented: (WICKET-214) Call all behaviors attached to the same event

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495261 ] Matej Knopp commented on WICKET-214: I don't really like this. We could use Wicket.Event for attaching events on

[jira] Commented: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495260 ] Matej Knopp commented on WICKET-176: Is this still relevant? Do we want/need this in core? > Introduce AjaxFormE

[jira] Resolved: (WICKET-343) AbstractAjaxTimerBehavior only trigger one request

2007-05-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-343. Resolution: Fixed Won't fix this for 2.0, as it's no longer maintained. > AbstractAjaxTimerBehavio

[jira] Commented: (WICKET-534) Add a parameter to toggle an AJAX call between asynchronous and synchronous

2007-05-05 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493886 ] Matej Knopp commented on WICKET-534: You can always do this using Wicket.Ajax.Call directly (e.g. after construct

[jira] Commented: (WICKET-534) Add a parameter to toggle an AJAX call between asynchronous and synchronous

2007-05-05 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493869 ] Matej Knopp commented on WICKET-534: I don't say this would be difficult to add but why on earth would anyone wan

[jira] Resolved: (WICKET-423) Page Expired in ajax clock example

2007-04-29 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-423. Resolution: Fixed Fix Version/s: 1.3 Removed IUnversionedListener as it caused this behavior

[jira] Assigned: (WICKET-423) Page Expired in ajax clock example

2007-04-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-423: -- Assignee: Matej Knopp > Page Expired in ajax clock example > --

[jira] Commented: (WICKET-41) Problem in generation of the html code of the page

2007-04-25 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491822 ] Matej Knopp commented on WICKET-41: --- i think so. > Problem in generation of the html code of the page > ---

[jira] Commented: (WICKET-470) AjaxFormComponentUpdatingBehavior won't work for RadioChoices

2007-04-18 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489686 ] Matej Knopp commented on WICKET-470: I think this approach is wrong. Sorry :) What we should do have method Wick

[jira] Resolved: (WICKET-448) Resolve license issue for wicket-ajax-debug-drag.js

2007-04-10 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-448. Resolution: Fixed Fix Version/s: (was: 1.2.6) Removed wicket-debug-drag.js. The dragging

[jira] Assigned: (WICKET-448) Resolve license issue for wicket-ajax-debug-drag.js

2007-04-10 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-448: -- Assignee: Matej Knopp > Resolve license issue for wicket-ajax-debug-drag.js > -

[jira] Commented: (WICKET-432) getvariation() is called from webpage constructor through commoninit()

2007-03-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485042 ] Matej Knopp commented on WICKET-432: +1 as well > getvariation() is called from webpage constructor through comm

[jira] Commented: (WICKET-418) Ajax requests don't detach component models

2007-03-25 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483978 ] Matej Knopp commented on WICKET-418: I see possible solution in removing page.onDetach and creating page.detachP

[jira] Commented: (WICKET-418) Ajax requests don't detach component models

2007-03-25 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483977 ] Matej Knopp commented on WICKET-418: Looking at page#onDetach, I'd say it should be called if at least one compon

[jira] Created: (WICKET-418) Ajax requests don't detach component models

2007-03-25 Thread Matej Knopp (JIRA)
Ajax requests don't detach component models --- Key: WICKET-418 URL: https://issues.apache.org/jira/browse/WICKET-418 Project: Wicket Issue Type: Bug Components: wicket Affects Versions:

[jira] Created: (WICKET-415) Backport link hierarchy from trunk

2007-03-24 Thread Matej Knopp (JIRA)
Backport link hierarchy from trunk -- Key: WICKET-415 URL: https://issues.apache.org/jira/browse/WICKET-415 Project: Wicket Issue Type: New Feature Components: wicket Affects Versions: 1.3

[jira] Resolved: (WICKET-415) Backport link hierarchy from trunk

2007-03-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-415. Resolution: Fixed > Backport link hierarchy from trunk > -- > >

[jira] Commented: (WICKET-387) [PATCH] ajax Wicket.form.serialize has been broken

2007-03-16 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481519 ] Matej Knopp commented on WICKET-387: That's strange. I'm testing submitting your snippet with latest svn version

[jira] Closed: (WICKET-392) Collisions between 'seperate' wicketAjaxGet calls.

2007-03-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp closed WICKET-392. -- > Collisions between 'seperate' wicketAjaxGet calls. > -- >

[jira] Resolved: (WICKET-392) Collisions between 'seperate' wicketAjaxGet calls.

2007-03-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-392. Resolution: Fixed Fix Version/s: 1.3 > Collisions between 'seperate' wicketAjaxGet calls. >

[jira] Resolved: (WICKET-376) form serialization doesn't recurse into all elements

2007-03-14 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-376. Resolution: Fixed > form serialization doesn't recurse into all elements >

[jira] Closed: (WICKET-376) form serialization doesn't recurse into all elements

2007-03-14 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp closed WICKET-376. -- > form serialization doesn't recurse into all elements > --

[jira] Commented: (WICKET-387) [PATCH] ajax Wicket.form.serialize has been broken

2007-03-14 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481069 ] Matej Knopp commented on WICKET-387: Should be fixed. Can anyone confirm that? After confirmation i'll close the

[jira] Commented: (WICKET-41) Problem in generation of the html code of the page

2007-03-11 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479918 ] Matej Knopp commented on WICKET-41: --- This looks to be caused by the fact that i didn't realize that not everything

[jira] Commented: (WICKET-201) refactor storing pages and versions

2007-02-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476743 ] Matej Knopp commented on WICKET-201: Yeah, I guess you are right with the numbers. :) > refactor storing pages a

[jira] Commented: (WICKET-201) refactor storing pages and versions

2007-02-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476624 ] Matej Knopp commented on WICKET-201: The tests mentioned in previous comment were executed on OSX with java 6 -

[jira] Resolved: (WICKET-246) The Wicket javascript global "Class" should be in the Wicket namespace

2007-02-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-246. Resolution: Fixed Fix Version/s: 2.0 1.3 moved to Wicket. > The Wicket

  1   2   >