I need to include my css file as an internal css using <style>. How can I do that with Wicket?
I know about renderHead() and <wicket:link> as described here. But that creates external links. This is for sending mail, so I need it contained in the generated html.
Here is how I eventually implemented it. Thanks to Nicktar for pointing in the right direction.