I using struts2-jquery plugin for jquery. DatePicker is not getting displayed but a textfield is getting displayed.
I’m using the 2.3.1.1 version of struts & 3.2.0 version plugin of struts2-jquery-plugin.
JSP:
<sj:datepicker id = "date_from" name="dateFrom" label="Date From"
displayFormat="mm/dd/yy" value="today" buttonImage="true"></sj:datepicker>
What could be the probable reason for it?
I didnt include < sj:head /> tag.
Including it would fix the issue.
BR,
Shikha