Hi Pablo,

This works for me ... I hope it helps.

At the top of my JSP page I have this:
<s:head theme="ajax" />

Then for the actual datepicker I have:

<s:datetimepicker label="My Date" name="myDate" displayFormat="dd-MMM-yyyy"
/>

My problems with it that I'm just living with are:

1) When I visit the JSP page, if the myDate value is not already populated,
an exception is thrown in my logs (not on the page, so I'm just ignoring it
for now).
2) I can't line up the label value the way I want.


On Tue, Jul 15, 2008 at 9:38 PM, ManiKanta G <[EMAIL PROTECTED]>
wrote:

> I would suggest Struts2JSCalendar plug-in, which has lot of features,which
> is working fine for me.
> http://code.google.com/p/struts2jscalendarplugin/
>
> Regards,
> ManiKanta
>
>
> Pablo Vázquez Blázquez wrote:
>
>> Hello,
>>
>> I have several problems with DateTimePicker widget used for selecting
>> times (type="time")
>>
>>
>> a) If no time is in the text input, I can´t write (without using the
>> widget) any. I can use the widget, but I also would like to be able to write
>> it by myself.
>>
>> b) If a time value is in the input text, when I want to edit the time
>> value, I can only set 5 multiples values (if I write 10:01 it is converted
>> to 10:00).
>>
>>
>> Thanks.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> ********** DISCLAIMER **********
> Information contained and transmitted by this E-MAIL is proprietary to Sify
> Limited and is intended for use only by the individual or entity to which it
> is addressed, and may contain information that is privileged, confidential
> or exempt from disclosure under applicable law. If this is a forwarded
> message, the content of this E-MAIL may not have been sent with the
> authority of the Company. If you are not the intended recipient, an agent of
> the intended recipient or a  person responsible for delivering the
> information to the named recipient,  you are notified that any use,
> distribution, transmission, printing, copying or dissemination of this
> information in any way or in any manner is strictly prohibited. If you have
> received this communication in error, please delete this mail & notify us
> immediately at [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to