Hi,
The datepicker is not putting the error icon next to the text box if I modify the width of the datepicker box. Please check the attached image.
Is there any other way to bring the icon next to the datepicker box if I modify the width of the datepicker box.
Here is the source that I have modified in ColumnFormPanel.java of Explorer application.
DateField birthday =
new DateField();
birthday.setFieldLabel("Birthday");
birthday.setAllowBlank(false);
birthday.setAutoWidth(true);
birthday.setData("anchorSpec", "-20");
left.add(birthday);
Regards
Karthick