> I wondering what's the best approach to overriding the markup for a > panel. Is there a method I can override or should I just extend the > Panel?
You should extend it. You *could* use a custom resolution (see the custom markup example in wicket-examples), but extending the class is easier to implement (and probably to maintain). > I thought extending might be overkill if all I want to do is > specify different markup but not change the functionality. Specically > I'm trying to override the markup for > org.apache.wicket.authentication.panel.SignInPanel to restructure it but > maintain all of the wicket ids, etc. Just create another class. You VM can handle it :-) Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
