RE: Calendar control in Struts???

2004-01-06 Thread Nicholson, Robb
Is it that you do not want JavaScript in the resulting HTML page that gets rendered? Or that you simply don't want to write JavaScript code yourself? I found a really nice pop-up calendar widget that is a tag library, so you don't have to write code. But it does render JavaScript in the

RE: Calendar control in Struts???

2004-01-06 Thread Vimaljebaraj Gnanarajnelson , Tidel Park - Chennai
-yes, it is . rite now I am using js. My friend is byte struts freek and he bet me to create a page without ant scripts :( . I think we have to develop a tag for calendar control :) your ideas r good :) thnx, vimal -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent

RE: Calendar control in Struts???

2004-01-06 Thread Andrew Hill
ery much a glaring ommission in html. (Esp numeric fields!). Fingers crossed that xforms will catch on! -Original Message- From: Vimaljebaraj Gnanarajnelson , Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 January 2004 23:00 To: Struts Users Mailing List Subject: Calendar

Calendar control in Struts???

2004-01-06 Thread Vimaljebaraj Gnanarajnelson , Tidel Park - Chennai
Hi, I am looking for calendar control in struts, though there are few of those in js, i am trying for a page without any javascripts, so if anyone knows how a calendar control can be implemented using struts(/any taglibs available) without calling any javascripts let me know it. Thnx, vimal

RE: Off-topic : Calendar Struts

2003-12-18 Thread David Friedman
Okay Martin, I'll ask. I read your recommended jakarta taglib page. It doesn't have a specific item for a calendar. I see it does have components of calendars such as month and weekday lists. I even checked the CVS listing for the version 1.1 (show on the Jakarta navigation bars)

RE: Off-topic : Calendar Struts

2003-12-18 Thread David Friedman
If you want calendars as a grid layout like so: Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 ...etc For Javascript try: http://dynarch.com/mishoo/calendar.epl for For a JSP Taglib try: http://www.servletsuite.com/servlets/caltag.htm OR http://www.aoc.nrao.edu/~bwaters/pub/taglib/calendar

Re: Off-topic : Calendar Struts

2003-12-18 Thread Martin Gainty
2003 8:20 AM Subject: Off-topic : Calendar Struts I know that it's off topic, but I've need find a calendar similar Outlook make it in Struts and i was looking in a web and I didn't find nothing similar. If somebody know, have, make it

Off-topic : Calendar Struts

2003-12-18 Thread Gonzalez Comesaña, Sergio Eduardo
I know that it's off topic, but I've need find a calendar similar Outlook make it in Struts and i was looking in a web and I didn't find nothing similar. If somebody know, have, make it someone pls, send me an email

Re: need calendar (maybe popup) calendar

2003-10-14 Thread Koni Roth
Calendar? Sure! Here my bookmarks on this topic. ;-) http://www.mattkruse.com/javascript/calendarpopup/ http://dynarch.com/mishoo/calendar.epl http://www.aoc.nrao.edu/~bwaters/pub/taglib/calendar-taglib.html http://www.servletsuite.com/servlets/calendar.htm http://www.mattkruse.com/javascript

need calendar (maybe popup) calendar

2003-10-14 Thread Otto, Frank
Hello, I search a good solution for displaying a calendar. I use struts and have an input field for date value and I want to display a calendar (maybe popup) for choose the date. Is there a good implentation for using with struts? Regards, Frank

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Jim Theodoridis
6:36 PM Subject: RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21) > > I'm aware of Matt's Library (and I love it), but I don't want > > a pop-up, I want an in-page calendar. > > BTW, I'm going to be adding an 'inline'

RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Kruse, Matt
> I'm aware of Matt's Library (and I love it), but I don't want > a pop-up, I want an in-page calendar. BTW, I'm going to be adding an 'inline' option to the javascript library, which will then find its way into the taglib also. Unfortunately, I've not h

RE: [OT] RE: Know of any good Calendar Tag Libraries? (Sorry, tha t was Aug 21)

2003-09-25 Thread Chen, Gin
You can easily replicate the same calendar via a taglib or straight dhtml/javascript. We have a very similar calendar that we use for most of our projects. It wont take that long either if that's all the functionality you need. -Tim -Original Message- From: David G Friedman [mailto:[

RE: [OT] RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread David G Friedman
It's a shockwave calendar... Is it: a) free? b) how would you customize it to post to the location of your choice? Regards, David -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 11:30 AM To: Struts Users Mailing List Subject: [O

[OT] RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread James Childers
ghlighted when that date has an associated event. Other than that it's tight. -= J > -Original Message- > From: David G Friedman [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 10:26 AM > To: Struts Users Mailing List > Subject: RE: Know of any good Calend

RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread David G Friedman
This calendar seems to perform like the one I remember reading about (but can't find), but it looks a little different than I remember. It's not taglib, but all Javascript and CSS/DHTML. http://dynarch.com/mishoo/calendar.epl Regards, David -Original Message- From: news [mai

RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Matt Raible
Try this: http://www.aoc.nrao.edu/~bwaters/pub/taglib/calendar-taglib.html -Original Message- From: Navneet Karnani [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 1:58 AM To: [EMAIL PROTECTED] Subject: Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Navneet Karnani
So, did you find it ? If yes, let me know too. I was looking out for something similar. - Navneet Matt Raible said the following on 25/09/2003 4:15 AM: I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page calendar. Matt -Original Me

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Navneet Karnani
So, did you find it ? If yes, let me know too. I was looking out for something similar. - Navneet Matt Raible said the following on 25/09/2003 4:15 AM: I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page calendar. Matt -Original Me

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-24 Thread Jason Lea
One that can do both... (but is DHTML, not taglib) http://dynarch.com/mishoo/calendar/cal.html Matt Raible wrote: I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page calendar. Matt -Original Message- From: David G Friedman [mailto:[

RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-24 Thread David G Friedman
ailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 6:46 PM To: 'Struts Users Mailing List' Subject: RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21) I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page

RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-24 Thread Matt Raible
I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page calendar. Matt -Original Message- From: David G Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:37 PM To: Struts Users Mailing List Subject: RE: Know of an

RE: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-24 Thread David G Friedman
o: '[EMAIL PROTECTED]' Subject: Know of any good Calendar Tag Libraries? Anyone know of a good Calendar Tag Library - that renders calendars like the ones you see on blogs (not a pop-up)? I found this one (http://tinyurl.com/ok95) from Coldbeans, but it's $50 - whereas free is alway

RE: Know of any good Calendar Tag Libraries?

2003-09-24 Thread David G Friedman
o: '[EMAIL PROTECTED]' Subject: Know of any good Calendar Tag Libraries? Anyone know of a good Calendar Tag Library - that renders calendars like the ones you see on blogs (not a pop-up)? I found this one (http://tinyurl.com/ok95) from Coldbeans, but it's $50 - whereas free is always b

Know of any good Calendar Tag Libraries?

2003-09-24 Thread Matt Raible
Anyone know of a good Calendar Tag Library - that renders calendars like the ones you see on blogs (not a pop-up)? I found this one (http://tinyurl.com/ok95) from Coldbeans, but it's $50 - whereas free is always better. We just need it to render a calendar on a page and gray out certain days

Réf. : Re: Calendar Popup taglib

2003-09-03 Thread meissa . Sakho
Matt, I'm trying to make you javascripttoolbox webapp working. But neither the simple calendar nor the extended are working. For both, when I click to the link I got a page with the content below : I now have a (very beta) version of the calendar popup taglib available for > down

Re: Calendar Popup taglib

2003-09-02 Thread Vic Cekvenich
It works great in Servlet 2.3. But when I change web-inf to Servlet 2.4 (which works w/JSTL 1.1, display tag 0.9, latest struts menu, html-el, tiles, etc.) I get attached error. Any news? .V Kruse, Matt wrote: I now have a (very beta) version of the calendar popup taglib available for download

Calendar Popup taglib

2003-08-21 Thread Kruse, Matt
I now have a (very beta) version of the calendar popup taglib available for download and testing: http://www.mattkruse.com/javascript/javascripttoolbox.zip I'm not sure if it's in a correct or usable form as-is, but anyone familiar with Struts should be able to get the examples runnin

AW: Suggestions for Calendar Popup taglib?

2003-08-19 Thread Ralf E. Stranzenbach
Hi, this calendar popup looks really great. It would be neat, to integrate this directly into some form pages. (not as a pop up) -Ursprüngliche Nachricht- Von: Kruse, Matt [mailto:[EMAIL PROTECTED] Gesendet: Montag, 18. August 2003 16:56 An: Struts Users Mailing List (E-mail) Betreff

RE: Suggestions for Calendar Popup taglib?

2003-08-19 Thread Edgar Dollin
> Sent: Tuesday, August 19, 2003 2:01 AM > To: 'Struts Users Mailing List' > Subject: Re: Suggestions for Calendar Popup taglib? > > > I'm not totally clear what you mean by 'multiple downloads' > but with the > validator html:javascript tag, you can

Re: Suggestions for Calendar Popup taglib?

2003-08-19 Thread Adam Hardy
On 08/19/2003 12:29 AM Edgar Dollin wrote: One of the problems I had with some struts tags, i.e. html:options, is that there is a repetitive download of the same text. In large pages, especially nested pages, the size of the html becomes excessive, which of course is aggravated by the tendency of

Starting point for a little test app (was: Suggestions for Calendar Popup taglib?)

2003-08-18 Thread Van Riper, Mike
> In working on this, I've come up with a couple of things that > would be very > handy to have: > > 1) A simple "dummy" struts app which would be ready for me to > plugin my > taglib to test. I know that creating a little app won't take > long, but a > nice little starting point would be conve

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Craig R. McClanahan
On Mon, 18 Aug 2003, Kruse, Matt wrote: > Date: Mon, 18 Aug 2003 17:09:16 -0400 > From: "Kruse, Matt" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Su

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Edgar Dollin
From: Kruse, Matt [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 10:56 AM To: 'Struts Users Mailing List (E-mail)' Subject: Suggestions for Calendar Popup taglib? I'm going to have some free time soon and I plan to convert my calendar popup javascript (http://www.matt

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Emerson Cargnin
There would be a chance to use this as a non-pop-up calendar? More like a blogish way? I adapted for a struts-tiles-hibernate project of a web-log : http://echofloripa8080.sytes.net:8080/personalblog http://sourceforge.net/projects/personalblog the code for the calendar is still too mixed

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Kruse, Matt
gt; From: Kruse, Matt [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 9:56 AM > To: Struts Users Mailing List (E-mail) > Subject: Suggestions for Calendar Popup taglib? > Importance: High > > > I'm going to have some free time soon and I plan to convert

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Robert Leland
Paananen, Tero wrote: I would also suggest that you make your classes very easy to extend so people can plug in their own calendar implementations. You know how it is, people are picky when it comes to GUI widgets :) +1 :) My #1 pet peeve about custom taglibs are that almost none of them

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Sgarlata Matt
Ack! Too many Matts ;) More comments below... Matt Raible wrote: Cool Matt - I've always loved you pop-up calendar. Does this mean it'll write JS for the popup calendar too? I like the version - which requires a hidden div and such - so I hope you'll incorporate this. Maybe

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Kruse, Matt
> Does this mean it'll write JS for the popup calendar too? Yes, definitely. I might include the full JS source as a tag too, so you could just do at the top of your page and all the required library source would be written out. Or you could manually link to the libraries. Not sure

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Matt Raible
Cool Matt - I've always loved you pop-up calendar. Does this mean it'll write JS for the popup calendar too? I like the version - which requires a hidden div and such - so I hope you'll incorporate this. Maybe something like: Of course, this will still be a String property

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Yansheng Lin
Cool! Here is what I always wanted: In jsp: In Action: Calendar inputDate = myForm.getTheDate(); In FormBean: Calendar theDate = new Calendar(); + setter and getter; Kruse, Matt wrote: > I'm going to have some free time soon and I plan to convert my calendar > popup

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Kruse, Matt
> When we implemented out calendar one of the things we needed > to do was make holiday dates unchoosable. So I'm not allowd > to make a booking on 25th Dec etc. It might be worth thinking > of some way in which you can pass in a collection of dates > that are highlighted

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Paananen, Tero
> I would also suggest that you make your classes very > easy to extend so people can plug in their own calendar > implementations. You know how it is, people are picky > when it comes to GUI widgets :) +1 :) My #1 pet peeve about custom taglibs are that almost none of them have b

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread vellosa
Can't you set the colours using a style sheet? When we implemented out calendar one of the things we needed to do was make holiday dates unchoosable. So I'm not allowd to make a booking on 25th Dec etc. It might be worth thinking of some way in which you can pass in a collection of

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Sgarlata Matt
ny would allow this to be released as open source. Even if I can't release that one, I could help out with the color chooser if you want. I would also suggest that you make your classes very easy to extend so people can plug in their own calendar implementations. You know how it is, peop

Re: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Vic Cekvenich
soon and I plan to convert my calendar popup javascript (http://www.mattkruse.com/javascript/calendarpopup) into a tag lib to be easily used in struts apps. If anyone has suggestions on how it should work or features it should support, please let me know! Also, should it be extending the s

Suggestions for Calendar Popup taglib?

2003-08-18 Thread Kruse, Matt
I'm going to have some free time soon and I plan to convert my calendar popup javascript (http://www.mattkruse.com/javascript/calendarpopup) into a tag lib to be easily used in struts apps. If anyone has suggestions on how it should work or features it should support, please let me know!

RE: Calendar tag lib

2003-03-19 Thread Mick . Knutson
PROTECTED] Sent: Wednesday, March 19, 2003 6:55 PM To: Struts Users Mailing List Subject: RE: Calendar tag lib > Will it be i18N compliant? In what sense? The javascript itself is already able to be customized by changing day/month names, week start day, date format, etc. These will then bec

RE: Calendar tag lib

2003-03-19 Thread Kruse, Matt
> Will it be i18N compliant? In what sense? The javascript itself is already able to be customized by changing day/month names, week start day, date format, etc. These will then become parameters in the taglib. Or do you mean that it should automatically do these things based on which locale is be

RE: Calendar tag lib

2003-03-19 Thread Mick . Knutson
19, 2003 3:27 PM To: Struts Users Mailing List Subject: RE: Calendar tag lib > http://www.mattkruse.com/javascript/ > has a nifty calendar popup for a client side date picker. Now that I am getting into using Struts, I plan to wrap my javascript calendar popup inside a taglib to make integ

RE: Calendar tag lib

2003-03-19 Thread Kruse, Matt
> http://www.mattkruse.com/javascript/ > has a nifty calendar popup for a client side date picker. Now that I am getting into using Struts, I plan to wrap my javascript calendar popup inside a taglib to make integration easier. Watch the above URL in the next few weeks and it'll hopefu

Re: Calendar tag lib

2003-03-18 Thread Pascal THIVENT
Quoting Anand M S <[EMAIL PROTECTED]>: hi, http://www.servletsuite.com/servlets/caltag.htm seems to be what you are looking for. More of this stuff here http://marc.theaimsgroup.com/?l=struts-user&w=2&r=1&s=calendar&q=b and here http://www.google.com/search?hl=en&lr=&

Re: Calendar tag lib

2003-03-18 Thread Sloan Seaman
http://developer.iplanet.com/viewsource/husted_calendar/husted_calendar.html Is a really nice one... -- Sloan - Original Message - From: "Anand M S" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 18, 2003 10

RE: Calendar tag lib

2003-03-18 Thread Mike Thompson
http://www.mattkruse.com/javascript/ has a nifty calendar popup for a client side date picker. --m -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 9:10 AM To: Struts Users Mailing List Subject: Calendar tag lib Hi All, Is there any

Calendar tag lib

2003-03-18 Thread Anand M S
Hi All, Is there any calendar tag lib for date picker? any ideas? Thanks, Anand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Wanted: struts-calendar

2003-02-28 Thread Dan Allen
*shameless plug* http://mojavelinux.com/forum/viewtopic.php?t=6 has been a very popular download on my site. I developed while working on a webapp for my company and released it LGPL. It supports locale configuration as well as themes and making the first day of the week Sunday or Monday. Best

Re: Wanted: struts-calendar

2003-02-28 Thread Daniel Jaffa
Check out all you can do with this. Matt Kruse rocks. Also give the man a tip - Original Message - From: "David Bolsover" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 4:23 PM Subject: RE:

RE: [OT] Applet and Calendar class

2003-02-28 Thread Mark Galbreath
have to use calendar class to do lot of date calculations. I am using Calendar.getInstance() to get the instance of calendar, I want to know if this will create problem , as the server will be in USA, and clients at other places... so the default vacations etc will be different according to client

[OT] Applet and Calendar class

2003-02-28 Thread Ashish Kulkarni
Hi, I am developing a applet which will be used by clients all over the world, in this applet i have to use calendar class to do lot of date calculations. I am using Calendar.getInstance() to get the instance of calendar, I want to know if this will create problem , as the server will be in USA

Re: Wanted: struts-calendar

2003-02-27 Thread Sundar Narasimhan
HI, David: I've used Lea Smart's java script totallysmartit.com calendar hacked a bit (wrt. colors, clip rectangles and so forth) and would recommend it. Hope that helps. - To unsubscribe, e-mail: [EMAIL PROT

RE: Wanted: struts-calendar

2003-02-27 Thread David Bolsover
cool thnx > -Original Message- > From: Raible, Matt [mailto:[EMAIL PROTECTED] > Sent: 27 February 2003 20:14 > To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' > Subject: RE: Wanted: struts-calendar > > > #2 on this page is my favori

RE: Wanted: struts-calendar

2003-02-27 Thread Raible, Matt
#2 on this page is my favorite: http://www.mattkruse.com/javascript/calendarpopup/ > -Original Message- > From: David Bolsover [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 1:10 PM > To: Struts User > Subject: Wanted: struts-calendar > > > Does a

Wanted: struts-calendar

2003-02-27 Thread David Bolsover
Does anyone know of a good pop-up style calendar that will work with struts

Re: Any Struts-based calendar examples out there?

2003-01-23 Thread Matt Raible <[EMAIL PROTECTED]>
One open source project (Roller) I work on has a JSP Tag Library calendar - you might be able to tweak it. Project Page: http://rollerweblogger.org/ And there's also a big calendar as part of it - example at: http://www.rollerweblogger.org/page/roller/Archives For my favorite javascript-

RE: Any Struts-based calendar examples out there?

2003-01-22 Thread James Mitchell
them." - Mark Twain (1835-1910) > -Original Message- > From: Trevor Morris [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 9:34 PM > To: [EMAIL PROTECTED] > Subject: Any Struts-based calendar examples out there? > > > I have to create a

Any Struts-based calendar examples out there?

2003-01-22 Thread Trevor Morris
I have to create a calendar page to display meetings, etc. As you know, anything date-related is not the easiest task in the world. I have found a JSP-based calendar, but it would require some extensive rework to get rid of all the scriplet code. Short deadline + overworked programmer

RE: Calendar in XML/java script

2002-05-20 Thread Galbreath, Mark
I want a help. Iam using Apache, tomcat 4.0.3 and struts on windows NT In my project i need to display a calendar and user can select any date and i need to display that on my web page. Is there any software already existing for this in XML/Java script. If so please any body point to that

RE: Calendar in XML/java script

2002-05-20 Thread Mannem, Taati
7;Struts Users Mailing List' > Subject: RE: Calendar in XML/java script > > Hi Taati > > html/javascript works for me, can you please send me . > > > > Thanks > Uma > > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED

RE: Calendar in XML/java script

2002-05-20 Thread Uma Munugala
Hi Taati html/javascript works for me, can you please send me . Thanks Uma -Original Message- From: Mannem, Taati [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 9:18 AM To: Struts Users Mailing List Subject: RE: Calendar in XML/java script Uma, I think html

RE: Calendar in XML/java script

2002-05-20 Thread Leonardo Maciel
http://www.mattkruse.com/javascript/calendarpopup/documentation.html -Original Message- From: Uma Munugala [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 1:20 PM To: '[EMAIL PROTECTED]' Subject: Calendar in XML/java script Hi All I want a help. Iam using Apac

RE: Calendar in XML/java script

2002-05-20 Thread Mannem, Taati
Here is one Uma. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg18170.html Go thru this HTH Regards, Taati > -Original Message- > From: Uma Munugala [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 1:20 PM > To: '[EMAIL PROTECTED]' > Subj

RE: Calendar in XML/java script

2002-05-20 Thread Mannem, Taati
TECTED]] > Sent: Monday, May 20, 2002 1:20 PM > To: '[EMAIL PROTECTED]' > Subject: Calendar in XML/java script > > Hi All >I want a help. >Iam using Apache, tomcat 4.0.3 and struts on windows NT >In my project i need to display a calendar and user can

Calendar in XML/java script

2002-05-20 Thread Uma Munugala
Hi All I want a help. Iam using Apache, tomcat 4.0.3 and struts on windows NT In my project i need to display a calendar and user can select any date and i need to display that on my web page. Is there any software already existing for this in XML/Java script. If so please any body point

Re: Calendar pop up tag

2002-04-26 Thread @Basebeans.com
Subject: Re: Calendar pop up tag From: "Matt Raible" <[EMAIL PROTECTED]> === There has been a previous discussion on this topic, with other suggestions: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg18170.html "Vic C" <[EMAIL PROTECTED]> wrote

RE: Calendar pop up tag

2002-04-26 Thread Jack Zakarian
Try http://webdeveloper.earthweb.com/repository/javascripts/2002/01/71081/index.html >-- Original Message -- >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Date: Fri, 26 Apr 2002 14:36:45 -0400 >From: "Witbeck, Shane" <[EMAIL PROTECTE

RE: Calendar pop up tag

2002-04-26 Thread Witbeck, Shane
I like this one: http://www.totallysmartit.com/examples/calendar/simple.asp Sincerely, Shane Witbeck __ Developer, Bank of America email: [EMAIL PROTECTED] phone: 904.987.1688 -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent

Re: Calendar pop up tag

2002-04-26 Thread Raffy_Lata
ne", "July", "August", "September", "October", "November", "December"]; // Non-Leap year Month days.. Calendar.DOMonth = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; // Leap year Month days.. Calendar.lDOMonth = [31, 29, 31, 30, 31, 30, 3

Re: Calendar pop up tag

2002-04-26 Thread Rick Reumann
On Friday, April 26, 2002, 2:25:02 PM, Struts wrote: SN> Subject: Calendar pop up tag From: Vic C <[EMAIL PROTECTED]> === SN> A while back I found some links to nice tags. Anyone have a link SN> to a nice calendar pop up tag for use with Struts? So user can SN> select a date.

RE: Calendar pop up tag

2002-04-26 Thread Ravindran Ramaiah
Check this out.. http://www.servletsuite.com/servlets/caltag.htm Ravi -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:25 PM To: [EMAIL PROTECTED] Subject: Calendar pop up tag Subject: Calendar pop up tag From: Vic C <[EM

Calendar pop up tag

2002-04-26 Thread @Basebeans.com
Subject: Calendar pop up tag From: Vic C <[EMAIL PROTECTED]> === A while back I found some links to nice tags. Anyone have a link to a nice calendar pop up tag for use with Struts? So user can select a date. tia, Vic -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> Fo

RE: and javascript popup calendar

2001-11-20 Thread charles arehart
ej [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 4:17 PM To: 'Struts Users Mailing List' Subject: RE: and javascript popup calendar Hi, you can try something like: var cal0 = new CalendarPopup(); cal0.setReturnFunction('showDate0'); cal0.offsetX=2; function sh

RE: and javascript popup calendar

2001-11-20 Thread Sobkowski, Andrej
tag to generate the above, but it should work fine... Andrej BTW, pretty nice JS calendar at http://www.mattkruse.com/javascript/calendarpopup/ -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 4:02 PM To: Struts Users Mailing List Subject: and javas

and javascript popup calendar

2001-11-20 Thread Paul
Hello, Is there a way to include a popup calendar within my to populate a field?? normally, the JS would open a popup, you would select the date, the text field would populate and the window closes... The normal popup JS calendar is dependent on the form name, but i haven't had any

Re: VIRUS Warning: AW: Data Object and Calendar

2001-08-01 Thread mamitchev_a
var dd = new String('0' + date.getDate()); adj += dd.substr(dd.length - 2); break; } } item.value = adj; lastValidatedDate = adj; return true; } } --- Andrei Mamitchev [EMAIL PROTECTED] ICQ#: 89581227 Hi And

VIRUS Warning: AW: Data Object and Calendar

2001-08-01 Thread Peter.Spiessbach
Hi Andrei, what does this mean: ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED] Subject = Re: Data Object and Calendar Scanning Time = 08/01/2001 09:54:48 Action on virus found: The attachment validate.js

Re: Data Object and Calendar

2001-08-01 Thread mamitchev_a
(See attached file: validate.js) --- Andrei Mamitchev [EMAIL PROTECTED] ICQ#: 89581227 I have a Data Object (DO) that we use to throw b/w our EJBs and forms. 1. In one particular DO, I am using the Gregorian Calendar to set day, month and year. 2. I am using the valid

Re: Data Object and Calendar

2001-07-31 Thread David Winterfeldt
Bs and forms. > > 1. In one particular DO, I am using the Gregorian > Calendar to set day, month > and year. > 2. I am using the validation framework to validate > that day is b/w 1-31, that > month is b/w 1-12 and year is b/w 2001 and 2100. > > The validation fr

Data Object and Calendar

2001-07-31 Thread Matt Raible
I have a Data Object (DO) that we use to throw b/w our EJBs and forms. 1. In one particular DO, I am using the Gregorian Calendar to set day, month and year. 2. I am using the validation framework to validate that day is b/w 1-31, that month is b/w 1-12 and year is b/w 2001 and 2100

Constructing a calendar using struts / taglibs

2001-06-30 Thread Matt Raible
Has anyone constructed a "month view" of a calendar using struts, date/time taglibs, or scriplets? If anyone has implemented anything like this with JSPs, and is willing to share, please let me know! Thanks, Matt __ Do You Y

RE: Calendar Tag Library

2001-06-20 Thread Jon.Ridgway
Hi Matt,   The Jakarta Taglib project has the DateTime tag lib. You may also find useful tag libs at www.jsptags.com   Jon.   -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: 18 June 2001 21:41 To: Struts User Subject: Calendar Tag Library   Does

Re: Calendar Tag Library

2001-06-19 Thread Timothy Shadel
No, but we'd like one too. We're looking for something to allow the user to choose a date, and then probably populate a string field that's eventually converted to a date. Right now the closest we've come is a popup JavaScript calendar like that found at http://d

Calendar Tag Library

2001-06-18 Thread Matt Raible
Does anyone know of JSP Tag Libraries that can be used to render a Calendar?   Thanks,   Matt

Re: Calendar object in session

2001-05-09 Thread Maxime Soucy
Wednesday, May 09, 2001 1:25 PM Subject: Calendar object in session > I put a selectedDate of type Calendar in my session then if I use struts > bean tag like this > > > it will give me: Wed May 09 12:17:05 EDT 2001 > fine. > > but what can I do to get the year only w

Calendar object in session

2001-05-09 Thread Maxime Soucy
I put a selectedDate of type Calendar in my session then if I use struts bean tag like this it will give me: Wed May 09 12:17:05 EDT 2001 fine. but what can I do to get the year only what should I put in the property=??? to represent this: selectedDate.get(Calendar.YEAR) and also to get the

Calendar

2001-04-23 Thread Chris Butler
does anyone have any clever ways to deal with bean Calendar properties via JSP? a string would be nicer... chris