WebLogic 6.0 deploying taglib:request -- jsp:getProperty() problems

2001-02-27 Thread Tak
Hello,     We recently moved to WebLogic and and I'm seeing an error message deploying the example page for the request taglib.  The same example works wonderfully in Tomcat.  In reading this list, it seems that WL is a bit more stringent about what you can and can't do. The datetime taglib works

sql-example problem

2001-02-27 Thread Lu, Ping X.
I use taglib sql example It works for SQLserver and don't work for informix, the url work for servlet and application. SQL server: jdbc:inetdae:ibmntdev1:1433?database=OriginAdmin com.inet.tds.TdsDriver informix: com.informix.jdbc.IfxDriver jdbc:informix-sqli://172.30.50.150:5992/web:INFORMIXSER

RE: xsl taglib...

2001-02-27 Thread Damjan Majstorovic
Title: RE: xsl taglib... Sorry, but I do not follow, ok so it is based on 1.x xalan, but what have you re-written? Thanks a lot Damjan -Original Message- From: Matola,Tod [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 11:51 PM To: '[EMAIL PROTECTED]' Subject: RE: xsl tagl

RE: a question regarding xsl tag.ApplyTag

2001-02-27 Thread Damjan Majstorovic
Title: a question regarding xsl tag.ApplyTag Ok, thanks for your time.   I am using xalan 2, but I am also using that xalanj1compat.jar, which I thought would do the trick.   Now, what do you mean by saying that it does not work with 1.2.2, you mean JDK or xalan?   So could you please te

Re: [PATCH] building too hard!

2001-02-27 Thread Pierre Delisle
Jeff, Totally agree with you regarding the complexity of the build process of jakarta-taglibs. Thanks for documenting what you went through to make the community aware of the current flaws. Here is my .02 on how I believe we could fix the issues you raised in a clean and consistent way. Commen

RE: [Fwd: Unable to open taglibrary...]

2001-02-27 Thread Ward, Jeff
Try getting rid of the "/" in front of the tlt in the web.xml and uri on the page. Tomcat thinks that the "/tlt" is a file and doesn't map it back to the web.xml which says it should be "/WEB-INF/taglib.tld" . -Jeff Ward -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED

Re: [Fwd: Unable to open taglibrary...]

2001-02-27 Thread Daljeet Singh
Hello, Tomcat 3.2 enforces that you write the write case (lower or upper) for the directory and file names. Make sure that the case is correct. Hope that helps Daljeet At 07:42 AM 2/27/01 -0500, you wrote: Original Message Subject: Unable to open taglibrary... Date: Tue, 27

[PATCH] building too hard!

2001-02-27 Thread Jeff Turner
(cc'ed to taglibs-user since if nothing else, this is a useful install reference) I was just updating jakarta-taglibs from CVS, and building, and.. ho hum, exceptions.. read the README, do what it says.. more exceptions.. ARGHH why do Apache projects have to be such a pain to build?! So instead

[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: xsl taglib...

2001-02-27 Thread Jeff Turner
The XSL taglib is a bit undescriptive. Make sure that you're correctly specifying the path of the XML and XSLT files, and make sure they parse from the command-line. Posting a snippet of JSP would be useful. Also, are you sure the taglib is meant to with with Xalan2? I've always used it with Xala

Re: a question regarding xsl tag.ApplyTag

2001-02-27 Thread Serge Beaumont
Title: a question regarding xsl tag.ApplyTag Yup, I got the same. You're probably using Xalan 2. I already figured out that the xsl taglib doesn't work with version 2. For that matter, it doesn't seem to work with 1.2.2 as well... - Original Message - From: Damjan Majstorov