Re: URLEncoder taglib

2001-03-21 Thread Maya Muchnik
See the book: O'Reily "Java servlet programming" or "Web development with JavaServer Pages" by D. Fields, M. Kolb. Torgeir Veimo wrote: > I'm about to create a small taglib that does the same as > java.net.URLEncoder, eg. like > text to be encoded. > > But do anyone of you know of any similar ta

Re: can't deploy taglibs to jakarta/tomcat

2001-03-08 Thread Maya Muchnik
Check names of *tld file under . For example, /WEB-INF/lib/ietags.jar maybe it must be ietags.tld? Egger Lothar wrote: > hello everybody > > i can't deploy my jsp/taglibs to jakarta/tomcat, but it works fine in sun's > forte ie2. > all other things servlet/jsp or cocoon xml to wml works fine

[Fwd: Unable to open taglibrary...]

2001-02-27 Thread Maya Muchnik
Original Message Subject: Unable to open taglibrary... Date: Tue, 27 Feb 2001 12:16:33 - From: "shankar kadam" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Hi, I installed tomcat3.2 and try to implement Tag lib examples. The examples with i

Re: Have you tried JDBC tag library with JDBC-ODBC bridge

2001-02-22 Thread Maya Muchnik
Was JDBC tag released? Daljeet wrote: > Hello > > Has anybody tried the JDBC tag library with JDBC-ODBC bridge to connect > to MS Sql Server. I am using it on Tomcat 3.2 and keep getting > UnsupportedOperationException. > > Does anybody know of a free JDBC driver for MS SqlServer 7.0 > > Thanx >

Re: null pointer exception when trying jndi examples

2001-02-22 Thread Maya Muchnik
I have tried the jndi tag along time (maybe one month) ago. It was not working for me. You need to have the LDAP server (that I have our own version). But it is still not working. What I have understand, this tag was not finish yet in that time. No clear documentation, and so on... Maya Torgeir V

Re: Taglib URI error in Weblogic60

2001-02-20 Thread Maya Muchnik
Do you have jaxp.jar file or compatible? The second thing the line 3 <%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %> has to be as <%@ taglib uri="/rdbmstags6_0.tld" prefix="rdbm" %> "Raible, Matt" wrote: > I get the following error when I try to get my taglibs running in WLS > 6.0 - any ide

Re: How to unsubscribe - because VIRUS around

2001-02-18 Thread Maya Muchnik
Hi, Thank you Han for the good instuctions. I think, some people have got our email because other people in our list were not careful and spread viruses. Right now these viruses are different with a subject and attachments. For example, a virus with subjects "www.tomcat.com..." and or "multithrea

Re: VIRUS IN OUR LIST: www.Tomcat.com is very good site, try to visit

2001-02-16 Thread Maya Muchnik
PLEASE DO NOT OPEN WITH THIS AND SIMILAR SUBJECT. [EMAIL PROTECTED] wrote: > SMTP OBJECT RUNNING IN DEMO MODE > > I am sorry, that i am missusing other's email id but there is no other way > to unsubcribe my account from jakarta mail listing. this is real Torture, i > have writen a smtp mail pr

Re: Interesting solution for proxy server with multithreaded

2001-02-16 Thread Maya Muchnik
Sorry, send email to <[EMAIL PROTECTED]>. Maya Muchnik wrote: Send email with subject "unsubscribe". Stacy Young wrote:   How can I unsubscribe from this list? -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 3:02 PM To:

Re: Interesting solution for proxy server with multithreaded

2001-02-16 Thread Maya Muchnik
Send email with subject "unsubscribe". Stacy Young wrote:   How can I unsubscribe from this list? -Original Message----- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Re: Interesting solution for proxy s

Re: Interesting solution for proxy server with multithreaded

2001-02-16 Thread Maya Muchnik
It is TRASH!!! [EMAIL PROTECTED] wrote: > SMTP OBJECT RUNNING IN DEMO MODE > > Interesting solution for proxy server with multithreaded > > > Name: fg.gif >fg.gif Type: GIF Image (image/gif) >

Re: Interesting solution for proxy server with multithreaded

2001-02-16 Thread Maya Muchnik
It is trash!!! [EMAIL PROTECTED] wrote: > SMTP OBJECT RUNNING IN DEMO MODE > > Interesting solution for proxy server with multithreaded > > > Name: vid1.gif >vid1.gif Type: GIF Image (image/gif

Re: Taglib URI error in Weblogic60

2001-02-14 Thread Maya Muchnik
The last my attempt. Mark, Do you have "-" in the 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. Also make sure the "taglib.t

Re: error in request-examples.war(tld)

2001-02-14 Thread Maya Muchnik
but I thought xalan included JAXP. If not, where can I find it? > I believe I have the latest fixes for WLS5.1SP8 from Matthias Kerkoff. > Thanks, > Vic > > > -----Original Message- > > From: Maya Muchnik [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, Februa

Re: error in request-examples.war(tld)

2001-02-14 Thread Maya Muchnik
Victor, Do you have JAXP (xml extension) package? Other thing, check email for possible fixes of WL S5.1... Maya "Fickes, Vic" wrote: > Hi, > In trying to deploy the request-examples web app, I get this error during > server startup (WLS5.1SP8): > > Wed Feb 14 13:22:35 EST 2001: Error parsing d

Re: binary download for all taglibs

2001-02-13 Thread Maya Muchnik
asking about downloading the > nightly binary taglibs from > http://jakarta.apache.org/builds/jakarta-taglibs/nightly/ and not getting > what he expected (ie. no jar files or apps, etc). I've got the same > question. Maya Muchnik said to try "jakarta-taglibs/dist/taglibs/...&q

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

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: Is it legal to have multiple taglib setter methods for the same property

2001-02-07 Thread Maya Muchnik
Why you cannot use only one setter "public setIndex (String index)" and then inside check if the string is convertable to integer or not? This way your index can represent a number or "all". "Craig R. McClanahan" wrote: > Alex Tang wrote: > > > Thanks for the quick reply Craig. > > > > A follo

Re: tag libraries for WML

2001-02-01 Thread Maya Muchnik
Scot, I did not check if the tag "JSP tags useful for WAP/WML developers - converts on the fly HTML to WML" is free or not. You can find it at http://jsptags.com/tags. Maya "Powell, Scot" wrote: > All, > > I have been using the Struts tags and framework, but would like to extend > its use to W