Hey there, Is there a way to embed HTML in the label attribute of a struts tag? Right now it looks like it escapes everything and leaves everything there verbatim. I'd like to be able to embed hrefs and apply formatting to the labels in my struts forms (and get the benefit of the contextual validation instead of lumping errors all at the top of the form..). I can always recreate the <label for='...'>...</label> to adhoc my way to a solution most of the time but I was hoping there'd be a cleaner way.
Thanks! Allen