shetc wrote:
> 
> Is it possible to give a newbie some pointers on how this extension would
> work?
> 

Just create a class MyPanel.java

class MyPanel extends Panel {
// constructors, custom methods etc...
}

and a markup file MyPanel.html:
<html>
<body>
<wicket:extend>
<!-- MyPanel specific markup goes here -->
</wicket:extend>
</body>
</html>

That's all :)

HTH
-- 
View this message in context: 
http://www.nabble.com/Overriding-panel-markup-tp14642196p19157016.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]

Reply via email to