Then this appears to be an Appfuse 2 problem. As Matt suggested I set up AppFuse Light and added a Boolean property to User and a <s:checkbox/> to userForm.jsp. In Appfuse, the form layout is controlled by list <li> tags. In Appfuse Lite, the layout is controlled by table tags. I assume this means the standard Struts2 xhtml theme uses the table tags and Appfuse overrides them with the list tags. In any case, in Appfuse Light, the checkbox is surrounded by <td> ...</td>. In Appfuse 2, there is only a </li> after the checkbox.
Should I put in a JIRA? (I've never done one before.) Dan mraible wrote: > > Since we override the default themes in AppFuse, it's possible that > this is caused by something we've done. You might try a Struts 2 > project that doesn't have the customized theme. You could use AppFuse > Light for this: > > https://appfuse-light.dev.java.net/files/documents/6839/68407/appfuse-light-struts2-hibernate-1.8.zip > > Matt > > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Incomplete-%22decoration%22-of-%3Cs%3Acheckbox-%3E-tf4789172s2369.html#a13727638 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
