My code is seperated by lots of controls on a masterpage, but on the master page I have this
<form dojoType="dijit.form.Form" id="form1" runat="server">
what gets injected into this is a validationtextbox, which is not validating
<input dojoType="dijit.form.ValidationTextBox" required="true"
placeholder="Your Name"
missingMessage="Please enter your name."
intermediateChanges="true"
name="Name"
id="Name"
type="text"
value="test" />
anybody have any ideas why this dojo validate would not work? I get no red exclmation point at the end of the box.