Hi Eelco, Is it possible to give a newbie some pointers on how this extension would work?
Thanks, Steve Eelco Hillenius wrote: > >> 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] > > > -- View this message in context: http://www.nabble.com/Overriding-panel-markup-tp14642196p19154336.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
