Hi Vijay,

Sorry, didn't see this earlier...

From: *vijay r* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
Date: Apr 20, 2006 3:21 PM
Subject: date picker (tried javawebparts but facing problem)
To: Struts Users Mailing List <user@struts.apache.org <mailto:user@struts.apache.org>>

Hello,

I need to use a data picker. I tried javawebparts but I am getting the
problem of class version incompatibility for class 'CalendarTag'. I am
using WAS 5.0 which is based on JDK 1.3.

Is there a version of javawebparts for JDK 1.3 which I can use. Or is
there any other free date picker available.

Unfortunately we have standardized JWP on JDK 1.4 (for the time being... I'm sure we'll bump to 5 at some point). However, I do not believe there is anything 1.4-specific in the CalendarTag... so, you could certainly pull out the tag class and compile it with 1.3, it should work just fine.

Also, since that tag is really just rendering a big chunk of Javascript, if you have a machine with 1.4 laying around, you could just run the sample app and then grab the rendered Javascript and markup. Remove any version concerns altogether :) Of course, the tag makes things a bit nicer, but you do have the option.

regards,
vijay.

HTH,
Frank

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Java Web Parts -
http://javawebparts.sourceforge.net
Supplying the wheel, so you don't have to reinvent it!

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

Reply via email to