Hi,
In the following code, my input field in my form repeats as I would like, however the input dojoType and it's properties do not hold after the first iteration. So for example if I have a input dojoType = dijit.form.NumberTextBox; that outputs 10 times in a loop. only the first form will hold certain properties like constraints and trim and the other 9 will appear/function as just normal input text fields. Anybody have any clue why this is??? Any help would be much appreciated.
<?php
$i=1;
while($i<10){
