You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Belinda Lawson <br...@gmail.com> on 2008/02/13 19:44:16 UTC

datetimepicker (type="time") problem

Hello,

We are trying to use the datetimepicker tag to enter both a date and a time
independently.  The date portion works fine.  However, I find that when I
use the attribute type="time", my picker does not appear on the page.

My tag looks like this:
<s:datetimepicker label="Start Time " type="time" name="dateRangeStartTime"
displayFormat="HH:mm" />

Can anyone tell me what I've left out in order to get it to render properly?

Thanks much,
-Belinda