Hi, I use markup inheritance and this example was quite informative http://wicket.apache.org/examplemarkupinheritance.html .
One thing I find missing is how to set the title from the child pages? Ideally I would like page titles like: ApplicationName - Cool part of the application ApplicationName - Part of the application ApplicationName - Some other part of the application It seems like the part 'ApplicationName -' could be set by the base page and the rest of the string could be appended by the child page. I have one idea on how to do it: 1. Set an instance variable in the base page called basePageName 2. Use a Label to set the title in the base page 3. Let child pages append their part to the Label Of course by using some nice methods which are overridden. Is there a better way to do it? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org