Re: Dynamically adding components to pages

2005-06-01 Thread Rahul Akolkar
On 6/1/05, Marius Botha [EMAIL PROTECTED] wrote: snip/ 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

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

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:

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

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 javascript src=myscript.jsp/. Should be pretty straightforward. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc.