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

 

Reply via email to