Re: consistent layout ( layout manager )

2008-01-07 Thread Frank Bille
Hi, Try to take a look at this example: http://wicket.apache.org/examplemarkupinheritance.html Frank On Jan 7, 2008 4:05 AM, Danilo Barsotti [EMAIL PROTECTED] wrote: Hi all! I have a question about how to create a consistent layout with wicket. now I have a index class and all other

Re: consistent layout ( layout manager )

2008-01-07 Thread Danilo Barsotti
Exist other method do make this, Without using *inheritance of objects.* Like tiles, sitemash or other method. thanks! 2008/1/7, Frank Bille [EMAIL PROTECTED]: Hi, Try to take a look at this example: http://wicket.apache.org/examplemarkupinheritance.html Frank On Jan 7, 2008

Re: consistent layout ( layout manager )

2008-01-07 Thread Eelco Hillenius
On Jan 7, 2008 7:01 PM, Danilo Barsotti [EMAIL PROTECTED] wrote: Exist other method do make this, Without using *inheritance of objects.* Like tiles, sitemash or other method. Yeah, using panels. See the template example. Other than that... you can use sitemash if you want, but it is not how

consistent layout ( layout manager )

2008-01-06 Thread Danilo Barsotti
Hi all! I have a question about how to create a consistent layout with wicket. now I have a index class and all other classes extends it. code public class Index extends WebPage { private static final long serialVersionUID = 1L; protected String getName(){ return Title here;