The datetimepicker is not getting validated by using
actionname-validation.xml.. I migrated from struts 2.0.6 to 2.1.6, pls can
you tell wat is missing in my followin code 

<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>


<html>


<head>
<script type="text/javascript"></script>
<sx:head parseContent="true"/>
</head>
<body >
<s:form action="baseLine.action" validate="true" method="POST">
<s:actionerror/>
<s:fielderror/>
                <td colspan="1" class="contentform">* Creation Date</td>
                <td colspan="3" class="contentform"><sx:datetimepicker
name="baseLineVO.creation" displayFormat="dd-MM-yyyy" required="true"/></td>
        </tr>

        
                <s:submit action="baseLineSave" />


</table>3
</s:form>
</body>
</html>

pls correct me if i'm wron 

cheers panvik
-- 
View this message in context: 
http://www.nabble.com/Struts2.1-datetimepicker-contains-wrong-characters-for-Japanese-tp21575147p21603769.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to