escape =, & etc

2001-03-20 Thread Torgeir Veimo
Is there a taglib that can escape string from other request for using the string in a so that eg. = or & are renamed properly. -- - Torgeir

Re: Newbie problems with JDBC taglib

2001-03-20 Thread Morgan Delagrange
--- Morgan Delagrange <[EMAIL PROTECTED]> wrote: > > --- Steve Philp <[EMAIL PROTECTED]> wrote: > > [snip] > > > > When I execute that page under Resin 1.2.1 (IBM > JDK > > 1.3 on Linux) I get > > the following error: > > > > java.lang.NoSuchMethodError: > > javax.servlet.jsp.tagext.TagData: m

Re: Newbie problems with JDBC taglib

2001-03-20 Thread Morgan Delagrange
--- Steve Philp <[EMAIL PROTECTED]> wrote: > I'm having a problem using the JDBC taglib > (031701.tar.gz, but also > tried 031601.tar.gz) that I'm hoping someone can > help me out with... > > The page looks like: > > <%@ taglib > uri="http://jakarta.apache.org/taglibs/jdbc" > prefix="sql" %> >