You can add css object programatically. https://cwiki.apache.org/WICKET/including-css-resources.html
altug 2010/12/6 Taner Diler <[email protected]> > Hi all, > > I'm writing a blog application. as all blog applications it has an admin > module. I wrote two abstract page : AdminPage and BlogPage. the > differencies > between them are menu, left/right panels and also screen styles. This make > me develope duplicate pages for admin and blog. > > So how can I reduce code duplication, what is the best solution for it? > > Thanks >
