Best practices in model classes definitions

2011-02-07 Thread Robson Paniago de Miranda
Hi, I'm new to Wicket, and, after reading the documentation, there are still some doubts about the correct usage patterns of IModel-implementing classes: For what I could see, In the case of CompoundPropertyModel, it is best to attach them to a high-level container, such as the page. Also, since

Re: Best practices in model classes definitions

2011-02-08 Thread Robson Paniago de Miranda
inherits from Component) and can therefor access all the pages member variables. Cheers, Daniel Soneira -- www.joyn-it.at On 08.02.2011 03:15, Robson Paniago de Miranda wrote: Hi, I'm new to Wicket, and, after reading the documentation, there are still some doubts about the correct usage

Re: Strange behaviour of BookmarkablePageLink

2011-02-14 Thread Robson Paniago de Miranda
Hi Christian, I noticed that there are two pages mounted in the same URL: both HomePage and TestPage are mounted on /app. I'm not sure if this is the cause of the problem, but you can try changing the mount point of one of them. Regards, Robson Paniago 2011/2/14 Christian Grobmeier