Re: [Wicket-user] css-styles

2007-06-28 Thread Matej Knopp
That wouldn't work, it would break Ajax header contribution filtering. -Matej On 6/28/07, Jan Kriesten <[EMAIL PROTECTED]> wrote: > > hi, > > i've come across the "problem" that many components add special css-files and > that those headercontributions cummulate to a certain amount of lines with

[Wicket-user] css-styles

2007-06-28 Thread Jan Kriesten
hi, i've come across the "problem" that many components add special css-files and that those headercontributions cummulate to a certain amount of lines with - in my case up to 12. so, the idea comes, having only one line within the html-response and within that all @import: url()-lines. but th