https://github.com/apache/wicket/blob/master/wicket-examples/src/main/webapp/style.css#L500
On Fri, Jan 25, 2013 at 1:31 PM, Lucio Crusca <[email protected]> wrote: > Hello *, > > looking at wicket-examples sources I see a style.css that contains a few > declarations (the whole file is 68 lines in my downloaded wicket-examples > sources). > > After looking at the source code, I followed the repeater examples, built > my > own DataTablePage and copied style.css over into my project. The DataTable > works like a charm, but the style is completely messed up (mostly absent). > Looking at the page source in Firefox a reference to style.css shows up and > clicking that reference it opens a file of 68 lines, just the same I have > in > my project sources, which, in turn, is a verbatim copy of what I can find > in > wicket examples sources. > > However when running the DataTable wicket example, in the page source from > Firefox the reference to the css is just the same as mine (except a ../ > less, > but that's expected, my package name is shorter), but the same file is much > longer (500 lines of CSS code), as if wicket added a bunch of declarations > to > it dynamically. > > How do I have wicket do the same in my project? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
