RE: Hello, and need help

2002-01-30 Thread Shawn Bayern
On Wed, 30 Jan 2002, Brady Moritz wrote: This jstl looks a bit interesting, was not really aware of it. Will this do away with the Jakarta project or will they remain parallel projects? JSTL is the JSP Standard Tag Library. It's essentially a standard add-on to JSP. Its reference

RE: Hello, and need help

2002-01-29 Thread Mader, Steve
val.size() should return the number of fields you're selecting in your where clause. -Original Message- From: Brady Moritz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:15 AM To: 'Tag Libraries Users List' Subject: RE: Hello, and need help Sorry to repeat, but does anyone

RE: Hello, and need help

2002-01-29 Thread Brady Moritz
%} % /sql:execute /sql:preparedStatement Brady Moritz -Original Message- From: Mader, Steve [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 7:39 AM To: 'Tag Libraries Users List' Subject: RE: Hello, and need help The execute tag is meant for updates, inserts and deletes. What you

RE: Hello, and need help

2002-01-29 Thread Mader, Steve
Moritz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 12:03 PM To: 'Tag Libraries Users List' Subject: RE: Hello, and need help What im actually trying to accomplish is two things: - create a dynamic prepared statement each time so I can add where clauses to it. - use of the stmt instead

RE: Hello, and need help

2002-01-29 Thread Brady Moritz
Very cool, ill give it a try. Thanks! Brady Moritz -Original Message- From: Mader, Steve [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 11:30 AM To: 'Tag Libraries Users List' Subject: RE: Hello, and need help Change the section of dbtags.tld for the setColumn tag

RE: Hello, and need help

2002-01-28 Thread Brady Moritz
Sorry to repeat, but does anyone have a clue on this or should I go about this a different way? Brady Moritz -Original Message- From: Brady Moritz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 6:01 AM To: 'Tag Libraries Users List' Subject: Hello, and need help Hi