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

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: jmitcht

Re: bean:include doesn't work but jsp:include does

2005-05-17 Thread James Mitchell
First, you should ask on the proper list. That would be the Struts Users List (CC'd on this reply). I'll help you over there. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.91

Re: POST vs GET

2004-02-06 Thread James Mitchell
Did you forget to set gibberish=false in your web.xml? ;) -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Evgeny Gesin" <[EMAIL PROTECTED]> To

RE: Substitute for

2003-10-24 Thread James Mitchell
While I use c:set myself for dynamically creating maps of parameters for use with the html:link tag, Struts does not advocate adding logic into the viewand that's one (of many) reasons you won't find it in the core. Stick with c:set for now. My $.02 -- James Mitchell Softwar

RE: Substitute for

2003-10-24 Thread James Mitchell
No -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 3:02 PM > To: Tag Librarie

RE: Using jsp:useBean within a c:forEach loop - Having problems

2003-10-16 Thread James Mitchell
I had the same issue. Here's the fix: Move your declaration before the forEach loop. > > > > > > " border="0"> ... ... > > > > > ... ... With each iteration, the set will ov

Re: : relative links inside WEB-INF don't work

2003-10-10 Thread James Mitchell
orial/doc/JSTL5.html#64122 -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 770.822.3359 AIM:jmitchtx - Original Message - From: "Micael" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]>

Re: Stored procedure (RFI proposal)

2003-07-14 Thread James Mitchell
i, > > >>>>> > > >>>>>Are there any taglibs which I can use to call > > >> > > >>a > > >> > > >>>>stored procedure. > > >>>> > > >>>>>Thanks > > >>>>&g

RE: single Quotes in SQL

2002-05-16 Thread James Mitchell
Not sure if you got the answer to this. single quotes should be changed to double single quotes (not " but '') JM > -Original Message- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 5:19 PM > To: Tag Libraries Users List > Subject: Re: single Quotes i