Hi,Jeremy I found another problem under IE7.Your new forms-field-styling.xsl will render action widget in line 508-518,the result will looks like: <input onClick="cocoon.forms.submitForm(this.focusNode, this.id);return false" iconClass="" dojoType="dijit.form.Button" type="submit" name="delete" id="delete" label="Delete" class="forms action active"> The problem under IE7 is if a submit input doesn't have a value attribue,it will be render as a button with a "Submit" lable.
So my suggesion is either remove the type="submit" attribue or add a value="XXX" attribute. Regards, Roy Huang
