[ANNOUNCE] Standard Taglib 1.0

2002-06-21 Thread Shawn Bayern
Jakarta Taglibs users, Jakarta Taglibs has just released version 1.0 of its "Standard Taglib," an implementation of JSTL. (The implementation at Jakarta Taglibs is also the basis for Sun's reference implementation of JSTL.) You can download the 1.0 release of the Standard Taglib at http://ja

Re: JSTL SQL updates: escaping quotes, default values, formvalidation, and efficiency

2002-06-21 Thread Paul DuBois
At 15:50 -0400 6/21/02, Shawn Bayern wrote: >On Fri, 21 Jun 2002, John Hicks wrote: > >> On Friday 21 June 2002 03:09 pm, you wrote: >> > > I finally traced this problem to undefined request >> > > parameter fields, specifically radio buttons and check >> > > boxes (i.e. whenever a check bo

Re: JSTL SQL updates: escaping quotes, default values, form validation,and efficiency

2002-06-21 Thread Shawn Bayern
On Fri, 21 Jun 2002, John Hicks wrote: > On Friday 21 June 2002 03:09 pm, you wrote: > >  > I finally traced this problem to undefined request > >  > parameter fields, specifically radio buttons and check > >  > boxes (i.e. whenever a check box was left unchecked or > > > when the user didn't se

Re: JSTL SQL updates: escaping quotes, default values, form validation, and efficiency

2002-06-21 Thread John Hicks
Thanks for your superfast reponse!! I'll be happy to forward you my JSP etc. (I'm not fast as you, so give me a few more minutes!!) In the meantime, one point to ponder: On Friday 21 June 2002 03:09 pm, you wrote: >  > I finally traced this problem to undefined request >  > parameter fields, s

Re: JSTL SQL updates: escaping quotes, default values, form validation,and efficiency

2002-06-21 Thread Shawn Bayern
Hi John, Thanks for your detailed message! Some responses: On Fri, 21 Jun 2002, John Hicks wrote: > 1. The KISS approach > > I first tried a simple: > > UPDATE programs > SET org = '', > name = '', > . . . . > WHERE progKey = '' > [...] > > Conclusion: W

JSTL SQL updates: escaping quotes, default values, form validation, and efficiency

2002-06-21 Thread John Hicks
Hi All-- I'm having problems with what I thought was going to be a very simple project and, after trying my best, find I must now swallow my pride and *plead* for help. The "simple" project: Updating a single SQL table using an online form with fields that correspond exactly to those of the

Re: dbtags - simple SQL connection

2002-06-21 Thread John Hicks
Xavier-- You might try doing the same task using the Java Standard Tag Library (JSTL) instead of the Dbtags library. JSTL has a subset of tags for SQL operations (using the same SQL prefix) that seem a little more user friendly than dbtags. You'll find it at http://jakarta.apache.org/taglibs

dbtags - simple SQL connection

2002-06-21 Thread Xavier Prélat
Hi, I've been start playing with DBtags for 2 hours now, and I can't get something else than 500 null!! I just want to connect to a MSSQL 2000 using a jsp page. My datasource ("MyDataSourceName")is well recognized by my Jrun 4 (jdbc:obdc). because I'm not familiar with this stuff, I'd like to k