I have the following in my JSP

<sx:datetimepicker name="deliveryDate" id="deliveryDate" label="Delivery Date" 
displayFormat="dd/MM/yyyy" />

but the generated HTML is:

<input type="text" autocomplete="off" dojoattachpoint="inputNode" 
style="vertical-align: middle; width: 7em;" value="" name="dojo.deliveryDate">

This is obviously not picked up my action class expecting deliveryDate and not 
dojo.deliveryDate.

Is this normal? According to the docs it is not.

Chris

Reply via email to