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

2007-05-14 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495568 ] Alastair Maw commented on WICKET-175: - This is still happening - if I put a bunch of Image components on a page,

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

2007-05-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495610 ] Johan Compagner commented on WICKET-175: But wait what do you mean with every http request? until now i

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

2007-05-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495620 ] Johan Compagner commented on WICKET-175: and that for multiply request yes? So not one but 1 request for

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

2007-05-13 Thread Alastair Maw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495426 ] Alastair Maw commented on WICKET-175: - Will check this Monday. Page.onDetach is called by each

[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

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

2007-05-02 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493026 ] Igor Vaynberg commented on WICKET-175: -- can we close this since attach/detach was refactored in 1.3?

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

2006-12-19 Thread Johan Compagner (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-175?page=comments#action_12459662 ] Johan Compagner commented on WICKET-175: we already had a save guard in page: public void internalDetach() { if (attached)

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

2006-12-19 Thread Igor Vaynberg (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-175?page=comments#action_12459701 ] Igor Vaynberg commented on WICKET-175: -- i see two ways to do this in ajax attach the entire page, and then detach it or attach only the rendering

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

2006-12-19 Thread Martijn Dashorst (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-175?page=comments#action_12459709 ] Martijn Dashorst commented on WICKET-175: - Why attach the page? no need to do that... Just call detach on the page and process all children. I sure as

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

2006-12-19 Thread Matej Knopp (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-175?page=comments#action_12459742 ] Matej Knopp commented on WICKET-175: I also think we should only attach the rendered component, and detach the whole page. Because when attaching the

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

2006-12-18 Thread Igor Vaynberg (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-175?page=comments#action_12459533 ] Igor Vaynberg commented on WICKET-175: -- or we can have flags for attached/detached state per component so we dont detach unless attached and viceversa