Hi Ashish,
Just curious, Is it Struts 2 taglib that you are using in this case?
I am still at Struts 1.2.x, was wondering if there are any
datePicker/Calendar taglibs in the latest Struts 2.x
Would appreciate your feedback,
robin
Asish Kr. Samanta wrote:
Hi,
I am Asish, I am using datepicker, but it will not come to the page. Dojo is
undefined. What is the problem? Can you give the solution.
My cod snippet is given below.
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<s:head theme="ajax" calendarcss="calendar-green"/>
<title>Sign On</title>
</head>
<body>
<s:form action="Login">
<s:textfield label="%{getText('username')}" name="username"/>
<s:password label="%{getText('password')}" name="password" />
<s:datepicker name="date"/>
<s:submit/>
</s:form>
</body>
</html>
I am using jBoss, IE6.0
Asish
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]