Hi Robin,

I am using Sturts2 taglib. There is datepicker also.

Regards,

Asish

-----Original Message-----
From: robin bajaj [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 01, 2006 8:07 PM
To: Struts Users Mailing List
Subject: Re: <s:datepicker> in Struts 2

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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to