Re: SQL tag not working

2004-07-28 Thread Don Albertson
Karl Coleman wrote: I left out that it works on the application running with SQL Server 2000. -Original Message- From: Karl Coleman Sent: Wednesday, July 28, 2004 3:28 PM To: Tag Libraries Users List Subject: SQL tag not working This is killing me why this doesn't work. This is

RE: sql tag

2004-05-20 Thread Derek Mahar
I'd use sql:query in the JSP page, but Model-View-Controller (MVC) purists strongly discourage using the sql tags at all because they more tightly couple the View (JSP page) with the Model (database) which violates the MVC principle of Model-View separation. An MVC designer prefers that a JSP

RE: sql tag

2004-05-12 Thread Karl Coleman
It's to populate a drop down menu, so it is presentation related. Karl -Original Message- From: Helios Alonso [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 5:25 PM To: Tag Libraries Users List Subject: Re: sql tag In the second choice what did you mean? (sorry my english

Re: sql tag

2004-05-11 Thread Helios Alonso
In the second choice what did you mean? (sorry my english skills) a) servlet (post some data) and redirect to a JSP for some other choice b) JSP use a servlet or some kind of component Any case, it has to do with what is the arquitecture of your solution. You know, if you are building a nice

Re: SQL tag library installation question

2003-07-06 Thread Neil Zanella
On Sat, 5 Jul 2003, Henri Yandell wrote: On Sat, 5 Jul 2003, Neil Zanella wrote: As it seems to me that Tomcat does not make use of the CLASSPATH variable at all (i.e. it does not read it when it is started) (is this correct?), then how can Tomcat possibly find on the system some JDBC

Re: SQL tag library installation question

2003-07-05 Thread Peter Smith
Hi Neil, We put the JDBC jar file in $CATALINA_HOME/shared/lib. There our webapps can share it. Peter -- Peter Smith Software Engineer InfoNow Corporation From: Neil Zanella [EMAIL PROTECTED] Reply-To: Tag Libraries Users List [EMAIL PROTECTED] Date: Sat, 5 Jul 2003 18:15:07 -0230 (NDT)