Frank,

You mention CalendarTag. Is that some third-party tag that extends struts
tags? I can't find any info on it.

Could you send me a link to example(s) or documentation about it?

Thanks!


David



                                                                           
             "Frank W.                                                     
             Zammetti"                                                     
             <[EMAIL PROTECTED]                                          To 
             com>                      user@struts.apache.org              
                                                                        cc 
             04/21/2006 12:17                                              
             AM                                                    Subject 
                                       Re: date picker (tried javawebparts 
                                       but facing problem)                 
             Please respond to                                             
               "Struts Users                                               
               Mailing List"                                               
             <[EMAIL PROTECTED]                                             
                  he.org>                                                  
                                                                           
                                                                           




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]




-----------------------------------------
The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If
the reader of this message is not the intended recipient or an
agent responsible for delivering it to the intended recipient, you
are hereby notified that you have received this document in error
and that any review, dissemination, distribution, or copying of
this message is strictly prohibited. If you have received this
communication in error, please notify us immediately, and delete
the original message.


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

Reply via email to