Hi Currently I draw some css this way:
response.renderString("<style type=\"text/css\">" + customCss
+ "</style>");
But on every ajax request it appends the style to the header, I'd like to
replace it instead.. Any ideas?
Only thought I have are to put a label in the header and redraw that
instead, but it does not seem like the wicket way..
regards Nino
