Hi,
I have specified <s:head> as
<s:head theme="ajax"/>.
I am not getting any errors.
I have not done any special S2 filter mapping. Maybe that is the problem.
Could you explain how
it should be done.
Thanks


newton.dave wrote:
> 
> Do you have Dojo debugging turned on in your <s:head...> tag? Are there
> any error messages shown? Is your S2 filter mapped so that S2 can serve
> its copy of Dojo?
> 
> Dave
> 
> --- On Sat, 6/14/08, StrutsUser <[EMAIL PROTECTED]> wrote:
> 
>> From: StrutsUser <[EMAIL PROTECTED]>
>> Subject: DatePicker Button not generated
>> To: user@struts.apache.org
>> Date: Saturday, June 14, 2008, 2:09 AM
>> 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]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DatePicker-Button-not-generated-tp17836292p17848697.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]

Reply via email to