[CONF] Apache Wicket: Companies that provide services (page edited)

2006-12-19 Thread confluence
Page Edited : WICKET : Companies that provide services Companies that provide services has been edited by Niclas Hedhman (Dec 19, 2006). (View cha

[jira] Created: (WICKET-178) Uncaught exception guesing urls using CryptedUrlWebRequestCodingStrategy

2006-12-19 Thread Craig Lenzen (JIRA)
Uncaught exception guesing urls using CryptedUrlWebRequestCodingStrategy Key: WICKET-178 URL: http://issues.apache.org/jira/browse/WICKET-178 Project: Wicket Issue Type

[jira] Assigned: (WICKET-177)

2006-12-19 Thread Matej Knopp (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-177?page=all ] Matej Knopp reassigned WICKET-177: -- Assignee: Juergen Donnerstag > > > Key: WICKET-177 > URL: http://issues.apache.org/jira/browse/WICKET-

[jira] Created: (WICKET-177)

2006-12-19 Thread Matej Knopp (JIRA)
http://issues.apache.org/jira/browse/WICKET-177 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 2.0 Reporter: Matej Knopp In wicket examples, when I go to the simple tree page http://localhost:8080/we/ajax?wicket:bookmarkablePa

[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_12459755 ] Matej Knopp commented on WICKET-175: I think every component should be prepared that the detach method can be called twice, or even without calling attach firs

[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_12459753 ] Johan Compagner commented on WICKET-175: and we also don't like that detached is called twice (see other bug) so we have here a bit of a problem. If we don

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

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

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

[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_12459663 ] Martijn Dashorst commented on WICKET-175: - The problem is that in ajax requests the page is not detached at all, even though its models can be attached by

[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] Updated: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2006-12-19 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-176?page=all ] Erik van Oosten updated WICKET-176: --- Attachment: AjaxFormComponentValidatingBehavior.java Attached another version. This version has comments and is more in line with AjaxFormValidatingBehav

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

2006-12-19 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-176?page=all ] Erik van Oosten updated WICKET-176: --- Attachment: AjaxFormComponentValidatingBehavior.java I found out that AjaxFormComponentValidatingBehavior is a better name for the class. > Introduce Aj

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

2006-12-19 Thread Erik van Oosten (JIRA)
Introduce AjaxFormElementValidatingBehavior --- Key: WICKET-176 URL: http://issues.apache.org/jira/browse/WICKET-176 Project: Wicket Issue Type: New Feature Components: wicket Affects Ver