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: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org