Re: Like to know how to install

2001-02-12 Thread Maya Muchnik
I think, you can get all necessary *.jar and *.tld files under directory jakarta-taglibs/dist/taglibs/... when you download some project (for example, if you download sql, you will get sql subdir with the files sql.jar and sql.tld). kirk walker wrote: > When I download the binary for the install

Like to know how to install

2001-02-12 Thread kirk walker
When I download the binary for the installation of the jakarta taglibraries I do not get a jar file. I get a build.sh file and some documentation stuff. Do you need to have the source in order to make the jar files for the tag libraries. Are there any other tricks that people have run into during

FW: using Apply tag to generate JSP

2001-02-12 Thread Dave Allen
I am trying to use the tag to generate other jsp tags from XSL.  The tags appear in the final html, but the jsp generated from the XSL doesn't ever get compiled and appears literally.  I'm using an IPlanet webserver to compile the JSP.    In other words, this XSL code: Second Test from X

RE: your mail

2001-02-12 Thread Mark Scott
I've remove the invalid "\" slash, still same thing... I'll keep looking :{ -Original Message- From: Subbarayan Ramanathan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 12:24 PM To: [EMAIL PROTECTED] Subject: Re: your mail The code is trying to quote double quotes with doub

RE: your mail

2001-02-12 Thread Tahir Awan
btw, the tag does contain an invalid backslash character value=<%= request.getParameter("userId") %> \> -Original Message- From: Mark Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 3:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: your mail I've tried numer

RE: your mail

2001-02-12 Thread Mark Scott
I've tried numerous quoting constructs, all of whic lead to the same error... I've attached the files for scrutiny -Original Message- From: Subbarayan Ramanathan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 12:24 PM To: [EMAIL PROTECTED] Subject: Re: your mail The code is

Re: your mail

2001-02-12 Thread Subbarayan Ramanathan
The code is trying to quote double quotes with double quotes!

RE: your mail

2001-02-12 Thread Mark Scott
Hi,   Does anyone know the cause of this mesg: "beyond the obvious"   -weblogic.servlet.jsp.JspException: (line 29): no corresponding open tag for tag  extension close: ---MY code--- <%@ taglib uri="taglib.tld" prefix="validbean" %>   ">    userId: is invalid.   thanks -Mark  

RE: your mail

2001-02-12 Thread Mark Scott
I finally figured it out after checking for other Classes named Invalid in my classpath "There were a few, one from Oracle, and another from CORBA ... "     -Original Message-From: mmuchnik [mailto:mmuchnik]On Behalf Of Maya MuchnikSent: Monday, February 12, 20

Re: your mail

2001-02-12 Thread Maya Muchnik
Please check your *.jsp file below: > ---IN JSP CODE- > valid name="submitId" value= > > submitId: is valid. > valid> It has to be a tag name, that is "invalid". The second, try the attribute "name" with "true". Mark Scott wrote: >You appear to be

Re: Jasper Bug 652 (do*Body not called): not a bug?

2001-02-12 Thread Eduardo Pelegri-Llopart
Hi Rickard, Jeff: Apologies for the delay in replying; a number of other distractions. I will need to clarify with the 053 expert group and we will get back to you after that. JSP 1.2 PFD shoiuld have clarified the situation but unfortunately has not; we will fix this in the next draft. I am c

RE: your mail

2001-02-12 Thread Mark Scott
>You appear to be using my "inputbean" tag library, which was just a >demonstration of an idea. It's not part of JSP Taglibs and it's not >tested; I realized that it was only a demonstration of an idea, and in light of that I've expanded on the concept and it lives on, really, only in name. >Al