Re: tag not working

2005-06-08 Thread Avinash Arora
Hi Rahul, Thanks for your suggestion. The FAQ is quite informative. It seems that I was using the tag declaration of JSTL 1.0. Regards, Avinash On 6/8/05, Rahul P Akolkar <[EMAIL PROTECTED]> wrote: > Avinash Arora <[EMAIL PROTECTED]> wrote on 06/08/2005 06:49:06 PM: > > Hi, > > I am

Re: tag not working

2005-06-08 Thread Rahul P Akolkar
Avinash Arora <[EMAIL PROTECTED]> wrote on 06/08/2005 06:49:06 PM: > Hi, > I am trying to iterate across the LinkedList using of core tags > of JSTL 2.0 on the Tomcat5.0.28. There is no JSTL 2.0 spec, I suspect you mean 1.0? > When I try to iterate using the following > tag-- > > //some co

tag not working

2005-06-08 Thread Avinash Arora
Hi, I am trying to iterate across the LinkedList using of core tags of JSTL 2.0 on the Tomcat5.0.28. When I try to iterate using the following tag-- //some code I get the following error on JSP page *org.apache.jasper.JasperException: /viewAllCR.jsp(50,0) According to TLD or attribute

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. Th

RE: SQL tag not working

2004-07-28 Thread Karl Coleman
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 populating a SELECT. I

SQL tag not working

2004-07-28 Thread Karl Coleman
This is killing me why this doesn't work. This is populating a SELECT. I have the exact same setup in another application. The only major difference is this use mysql, the one that works uses SQL Server 2000. Table name and columns are different too, but the point is the same thing; fill a SELEC

Mailer 1.0 tag not working, Help!

2001-08-16 Thread Lin, Yaxiong
I am using the mailer 1.0 tag, below is my code. It does ran ok with no error, but the mail did not get sent. I verified that JavaMail is working fine with my TomCat through the java code. Any help is appreciated. Please reply to me at [EMAIL PROTECTED] directly. Thanks. - Yaxiong Lin <%@

RE: tag not working

2001-06-26 Thread Vikramjit Singh
> -Original Message- > From: alex chang [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 12:47 PM > To: [EMAIL PROTECTED] > Subject: tag not working > > I've been following a tutorial: > http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html > >

RE: tag not working

2001-06-26 Thread William C. Robertson
ECTED]] Sent: Tuesday, June 26, 2001 12:47 PM To: [EMAIL PROTECTED] Subject: tag not working I've been following a tutorial: http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html My problem begins with the section "Adding Tag Libraries". I'm using Tomcat 3.3m3 and

Re: tag not working

2001-06-26 Thread alex chang
gt; /WEB-INF/lib/taglib.tld > > > > - Original Message - > From: "alex chang" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 26, 2001 12:46 PM > Subject: tag not working > > > > I've been following a tutori

Re: tag not working

2001-06-26 Thread Jeff Marin
Are you sure that the following appears in your web.xml: /onjava /WEB-INF/lib/taglib.tld - Original Message - From: "alex chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 12:46 PM Subject: tag not working > I've bee

tag not working

2001-06-26 Thread alex chang
I've been following a tutorial: http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html My problem begins with the section "Adding Tag Libraries". I'm using Tomcat 3.3m3 and Windows 2000. I have the taglib.tld in the /WEB-INF/lib directory and the HelloTag.class in the /WEB-INF/lib/com/onjava