Re: [s2] fixed checkbox for css_xhtml

2006-09-28 Thread Mike McMahon
http://issues.apache.org/struts/browse/WW-1455 Ted Husted-3 wrote: > > Could you file a JIRA issue for this. The list doesn't accept attachments. > -- View this message in context: http://www.nabble.com/-s2--fixed-checkbox-for-css_xhtml-tf2335096.html#a6544918 Sent from the Struts - Dev ma

[s2] fixed checkbox for css_xhtml

2006-09-25 Thread Mike McMahon
labelposition=left does not work (the label is always on the right). Attached is a revision to template/css_xhtml/checkbox.ftl which fixes this problem. http://www.nabble.com/file/148/checkbox.ftl checkbox.ftl HTML BEFORE THE FIX:

struts.action.extension=html

2006-09-23 Thread Mike McMahon
It seems that some folks (such as AppFuse) like to set struts.action.extension=html Thats fine and dandy except that it makes it impossible to use Strut's Dojo widgets like struts/dojo/struts/widgets/BindButton.html due to a "no Action mapped " exception It would be pretty simple to modify Filte