Hi,

reading the docs the tags should produce correct xhtml strict stuff.
But i've found a case - i guess - where it fails to do so using e.g. the form:checkboxes tag.


<ul>
<form:checkboxes element="li" items="${list}" path="mylist" />
</ul>

The resulting html code does have those hidden input elements generated - but inside the "ul" tag - but input is not allowed there, only "li".
A known bug? Any workaround(s) known to support li as element? Some hints what to do to get correct xhtml code?