Hi,
I have defined datepicker in my JSP as
<s:datetimepicker name="pharmacy.pharmacyDrugLicenceDate" label="Format
(yyyy-MM-dd)" displayFormat="yyyy-MM-dd"/>
But when the page is launched only the label is getting displayed. The
button for the picker is not displayed. Could you anyone please help me out
on this?
Thanks
I have given below the generated scripts for the date picker
-------------
<div id="wwgrp_savePharmacy_pharmacy_pharmacyDrugLicenceDate" class="wwgrp">
<div id="wwlbl_savePharmacy_pharmacy_pharmacyDrugLicenceDate"
class="wwlbl">
<label valign="middle" for="savePharmacy_pharmacy_pharmacyDrugLicenceDate"
class="desc"> Format (yyyy-MM-dd)
</label> </div>
<div id="wwctrl_savePharmacy_pharmacy_pharmacyDrugLicenceDate"
class="wwctrl">
<script type="text/javascript">
dojo.require("dojo.widget.DatePicker");
</script>
<div
dojoType="dropdowndatepicker"
id="savePharmacy_pharmacy_pharmacyDrugLicenceDate"
name="dojo.pharmacy.pharmacyDrugLicenceDate"
inputName="pharmacy.pharmacyDrugLicenceDate" displayFormat="yyyy-MM-dd"
saveFormat="rfc"></div></div> </li>
--
View this message in context:
http://www.nabble.com/DatePicker-Button-not-generated-tp17836292p17836292.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]