Sounds like a Struts 2 bug. You should probably report it to their bug tracker.
Nathan ----- Original Message ----- From: "Daniel Kibler" <[EMAIL PROTECTED]> To: [email protected] Sent: Sunday, November 11, 2007 10:16:36 PM (GMT-0800) America/Los_Angeles Subject: [appfuse-user] Incomplete "decoration" of <s:checkbox/> Has anyone else noticed that with the default Struts2 theme (xhtml?) checkbox tags are decorated with a closing </li> but there is no opening <li>? I was forced to add <li> before each of my checkboxes. Is this a Struts problem or an appfuse problem? <li><s:checkbox key="tour.fitness" labelposition="right"/> Results in: <li><div id="wwgrp_tourForm_tour_fitness" class="wwgrp"> <input type="checkbox" name="tour.fitness" value="true" id="tourForm_tour_fitness"/> <input type="hidden" name="__checkbox_tour.fitness" value="true" /> <label for="tourForm_tour_fitness" class="checkboxLabel">Fitness</label></li> -- View this message in context: http://www.nabble.com/Incomplete-%22decoration%22-of-%3Cs%3Acheckbox-%3E-tf4789172s2369.html#a13700469 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
