datetimepicker tag broken
-------------------------

                 Key: WW-1734
                 URL: https://issues.apache.org/struts/browse/WW-1734
             Project: Struts 2
          Issue Type: Bug
          Components: Views
    Affects Versions: 2.0.5
            Reporter: Sebastian


datetimepicker tag does not render the input field  and date picker. only the 
labels are rendered.

The corrensponding action class in the exaple below  has fields "von" and "bis" 
of type "java.util.Date" and appropriate getters/setters. Other tags like 
textfield get rendered without any problem.


jsp source:

<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Insert title here</title>
<s:head/>
</head>
<body>
        <fieldset>
                <s:form action="Bearbeiten">
                        <s:datetimepicker name="von" label="Gilt von" 
required="true"></s:datetimepicker>
                        <s:datetimepicker name="bis" label="Gilt bis" 
></s:datetimepicker>              
                        </s:submit>
                </s:form>
        </fieldset>
</body>
</html>

-- 
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