I need to create a <div> in my template that is being set to a different css class before it gets drawn. So, a regular non-wicket <div> HTML tag is out. How can I create a simple <div> tag without using a wicket panel? (I'm inside a form, so I don't want to use a panel).
Thanks, Michael
