Corrected Edit actions depending on FormRequiredAttribute

- A change from input to button tag removed the value, and the attribute could not filter the POST anymore

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-19 15:15:33 -07:00
parent b3b0a1ca1a
commit 935d1b9733

View File

@@ -5,7 +5,7 @@
<div class="secondary">
@Display(Model.Secondary)
<fieldset>
<button class="primaryAction" type="submit" name="submit.Save">@T("Save")</button>
<button class="primaryAction" type="submit" name="submit.Save" value="submit.Save">@T("Save")</button>
</fieldset>
</div>
</div>