S2.1.6 <sx:datetimepicker> tag lib duplicates a day in october month for every 
year
-----------------------------------------------------------------------------------

                 Key: WW-3229
                 URL: https://issues.apache.org/struts/browse/WW-3229
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Dojo Tags
    Affects Versions: 2.1.6
         Environment: JDK 1.6.0_13
Eclipse 3.3.0
IE 7

            Reporter: Mariano Testasecca


When <sx:datetimepicker> tag lib displays the calendar UI, it duplicates a day 
in october month for every year displayed. 
Sometimes is day 15, or 16 or 17, that appears
two times simultaneously under the "Friday column" and "Saturday column". I 
just can reproduce it for October of any year.

Simple JSP for reproducing:

<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ taglib uri="http://displaytag.sf.net"; prefix="display"%>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
<head>
        <sx:head cache="false" />
</head>

<s:form action="TimeOffAction_list" cssClass="formClass" >
        <sx:datetimepicker name="selectedDateFrom" label="Date From" 
displayFormat="dd-MM-yyyy" valueNotifyTopics="/value"/>
</s:form>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to