-
Aug 2nd, 2011, 09:58 AM
#1
form:checkboxes and "li" element value issues - xhtml support broken
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules