RE: Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
L PROTECTED]]On Behalf Of Hans Bergsten Sent: Wednesday, February 14, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Re: Taglib URI error in Weblogic60 Mark Scott wrote: > > Hi All, > having some trouble deploying my custom Tag, this is the error... > thanks in advance > Parsing of JSP F

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
following or this is your typing: in jsp     -<%@ taglib uri="taglib" prefix="input" %> in web.xml     - Maya Mark Scott wrote: >Try to use "/taglib" instead of "taglib" in both >your JSP pages and and web.xml. Al

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
: RE: Taglib URI error in Weblogic60 Try to use "/taglib" instead of "taglib" in both your JSP pages and and web.xml. Also make sure the "taglib.tld" file is actually under the directory "WEB-INF" of your web application Hui Lin -Original Message-

Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
Hi All, having some trouble deploying my custom Tag, this is the error... thanks in advance Parsing of JSP File '/test/tagpage.jsp' failed: /test/tagpage.jsp(1): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'taglib' into a valid tag library probably occurred due to an

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 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 Mark Scott
---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

RE: your mail

2001-02-12 Thread Mark Scott
a tag name, that is "invalid". The second, try the attribute "name" with "true". Mark Scott wrote: >You appear to be using my "inputbean" tag library, which was just a >demonstration of an idea.  It's not part of JSP Taglibs

RE: your mail

2001-02-12 Thread Mark Scott
private String name; // name of the relevant field > private String value;// calue of the Input field we're > concerned with > > > public void setName(String x) > { > this.name = x; > } thanks, Mar

Request Taglib

2001-02-01 Thread Mark Scott
hi, has anyone gotten the jakarta request taglib to work in weblogic ? Mark

RE: Request Taglib

2001-02-01 Thread Mark Scott
quest Taglib > -Original Message----- > From: Mark Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 5:10 PM > To: [EMAIL PROTECTED] > Subject: RE: Request Taglib > To what bean is this get property referring.  It's a point of co

RE: Request Taglib

2001-01-31 Thread Mark Scott
indAttribute() to get the tag, rather than pageContext.getAttribute() (I goofed it). -Original Message-From: Mark Scott [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 31, 2001 4:37 PMTo: [EMAIL PROTECTED]Subject: RE: Request Taglib This is the exampl

RE: Request Taglib

2001-01-31 Thread Mark Scott
ECTED]]Sent: Wednesday, January 31, 2001 4:27 PMTo: '[EMAIL PROTECTED]'Subject: RE: Request Taglib Sure, I have.  What's the problem? > -Original Message- > From: Mark Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 3:22 PM >