Re: [OT] Open source html calendar widget?

2005-06-01 Thread Rahul P Akolkar
John Fereira <[EMAIL PROTECTED]> wrote on 06/01/2005 05:47:55 PM: > I'm not sure what this has to do with Taglibs but. Its a good idea to add an OT marker (if you're sure that is the case). It helps some of us who filter emails based on these markers in the subject. I'm fairly convinced here,

Re: Open source html calendar widget?

2005-06-01 Thread John Fereira
At 05:21 PM 6/1/2005 -0400, Troy Davis wrote: Hi James, I like the look of this, however it would be a significant undertaking to integrate some kind of database lookup functionality with this. Or have you seen an example of that using this javascript? I'm not sure what this has to do with Tag

Re: Open source html calendar widget?

2005-06-01 Thread James Mitchell
You could easily modify the script as you needed. Rip out what you needed into dynamically generated JavaScript via . Should be pretty straightforward. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.n

Re: Open source html calendar widget?

2005-06-01 Thread Troy Davis
Hi James, I like the look of this, however it would be a significant undertaking to integrate some kind of database lookup functionality with this. Or have you seen an example of that using this javascript? Thank You, Troy On Jun 1, 2005, at 4:41 PM, James Mitchell wrote: This is the bes

Re: Open source html calendar widget?

2005-06-01 Thread James Mitchell
This is the best you'll find out there: http://www.mattkruse.com/javascript/calendarpopup/ -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL

Re: Problem with namespaces jstl / xml

2005-06-01 Thread Rahul P Akolkar
You could (depending on how urgent this is): a) Dig into the Taglibs JSTL (standard) impl, file an enhancement request if you're convinced enough b) Wait for one of the jstl spec public's owners (Dhiru, Justyna, Pierre) to respond c) Author custom tag(s) with Java impls that suit your needs (we k

Open source html calendar widget?

2005-06-01 Thread Troy Davis
Hello, I'm looking for an open source html calendar widget that will allow you to associate URLs with a given date. Is there anything out there like this? I found a page that described a calendar widget that was slated to be integrated into the jakarta datetime taglib, but it doesn't appe

Re: Problem with namespaces jstl / xml

2005-06-01 Thread Digby
Thanks for your help, but jstl doesn't seem to work like that. Don't know why, but you can't put namespaceprefixes in the xpath. Rahul P Akolkar wrote: news <[EMAIL PROTECTED]> wrote on 05/31/2005 05:52:18 AM: I guess this is a namespace-uri issue, after lots of digging around. Please cou

Re: Dynamically adding components to pages

2005-06-01 Thread Rahul Akolkar
On 6/1/05, Marius Botha <[EMAIL PROTECTED]> wrote: > I am using Tomcat 5 inside JBoss. What do you mean "(as a .tag impl)"? Where > can I read more on how to do this? Here is one reference [ http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPTags5.html ]. Let me know if you have specific questions