Re: [Wicket-user] Issue about working with designer

2006-12-13 Thread Carfield Yim
Hi , I have create a very simple wicket panel as a base panel for all panel we create: wicket:panel div span class=filelocation wicket:id=class /span wicket:child/ /div /wicket:panel public class BasePanel extends Panel { public

Re: [Wicket-user] Issue about working with designer

2006-12-07 Thread Carfield Yim
In fact I've using this, but look like if I use Border for this case, then I need to wrap that border wherever I going to add a panel. Is that what you mean? Of course I can do that, may be better than extending Panel, but I wish there is something more elegant On 12/7/06, Erik van Oosten [EMAIL

[Wicket-user] Issue about working with designer

2006-12-06 Thread Carfield Yim
One issue I encounter now is the designer have problem of locating HTML template that he like to edit so everytime he need to ask me where is the template is. As most the the component I use is Panel, so I've thought of extending Panel to a custom BasePanel and just add one label at the top to

Re: [Wicket-user] Issue about working with designer

2006-12-06 Thread Erik van Oosten
Hi Carfield, Did you already look whether Border fits your need? Regards, Erik. Carfield Yim schreef: One issue I encounter now is the designer have problem of locating HTML template that he like to edit so everytime he need to ask me where is the template is. As most the the