Hi,
here I have an issue with dojo <sx:datetimepicker> control as, I wrote code as follows:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@taglib prefix="s" uri="/struts-tags" %>
<%@taglib prefix="sx" uri="/struts-dojo-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Add Order</title>
<sx:head/>
</head>
<body>
<s:form action="addClient.action" name="formName">
<sx:datetimepicker label="Ship Date" name="sdate" displayFormat="dd-MMM-yyyy" required="true" toggleDuration="200" toggleType="fade"></sx:datetimepicker>
<sx:datetimepicker type="time" label="Ship Time" name="stime" displayFormat="hh:mm:ss"></sx:datetimepicker>
<s:submit value="Place Order"></s:submit>
</s:form>
</body>
</html>
Here the first control i.e date control is displaying (or working) properly,but when it is come to second control i.e timepicker its displaying only label but it’s fail to display textbox and icon for this time picker control.
Please help me regarding this.
Thanks & Regards,
Rajendra Prasad K,
Cognizant Technology Solutions.
India.
Dojo datetimepicker issue in Struts2.2.3.1