Wicket Meetup AMSTERDAM in 2 weeks!

2007-11-13 Thread Arje Cahn
Hi all, Here's a reminder that the Amsterdam Meetup is in slightly more than 2 weeks time! If you'd like to know more about Wicket, feel free to join us! The meetup is in an informal setting, with over 35 attendees already, and will give you some fast-paced insight in what Wicket exactly is

Re: wicket wiki and attachments

2007-11-13 Thread Dmitry Kandalov
On Tuesday 30 October 2007 00:47:46 Martijn Dashorst wrote: The best way to go at this is to upload your attachment to a new JIRA issue, and grant us the use of the file. Give a link to the document where you want the attachment and we'll add it to confluence. Could someone please attach these

Re: isEnabledInHierarchy?

2007-11-13 Thread Erik van Oosten
Not a permanent solution, but its quite easy to use a IVisitor to visit all nodes recursively. Regards, Erik. Maeder Thomas wrote: Hi folks, we're currently struggling with the case of a complex component tree (nested AJAX tabbed panels) which we would like to enable/disable in one go

Re: wicket wiki and attachments

2007-11-13 Thread Gwyn Evans
On 13/11/2007, Dmitry Kandalov [EMAIL PROTECTED] wrote: On Tuesday 30 October 2007 00:47:46 Martijn Dashorst wrote: The best way to go at this is to upload your attachment to a new JIRA issue, and grant us the use of the file. Give a link to the document where you want the attachment and

Re: Should we expect that IWrapModel.detach() does always detach the model it wraps?

2007-11-13 Thread Igor Vaynberg
i should always be able to simply call .detach() on any model and expect it to be detached no matter how it was wrapped, etc -igor On Nov 13, 2007 2:24 PM, Johan Compagner [EMAIL PROTECTED] wrote: Hi, now in Component.detachModel we do this: // also detach the wrapped model of a component