uri question..

2006-09-10 Thread maya
hi, I have been studying taglibs and beans for days now, and am still confused about some things, but for now a simple question (I hope..) re uri: let's take JSTL.. the jstl.jar for my app is here.. /WEB-INF/lib yet the uri for it in taglib directive in JSP (and in uri tag in tld) is

Re: uri question..

2006-09-11 Thread maya
Eric Haszlakiewicz wrote: On Sun, Sep 10, 2006 at 01:18:19PM -0400, maya wrote: I have been studying taglibs and beans for days now, and am still confused about some things, but for now a simple question (I hope..) re uri: let's take JSTL.. the jstl.jar for my app is here.. /WEB-INF/lib

EL expressions not being evaluated..

2006-09-11 Thread maya
I can't get my EL expressions to evaluate to what they're supposed to... they print verbatim, in both IE and FF, like for example: Server Name: ${pageContext.request.serverName} Server Port: ${pageContext.request.serverPort} Remote Address: ${pageContext.request.remoteAddr} Remote Host:

Re: EL expressions not being evaluated..

2006-09-12 Thread maya
seemed to be implying you can only use EL with JSTL, I don't suppose I understood right, since I assume it can also be used with custom tags and beans.. again, thank you very much.. -m Rashmi Rubdi wrote: Behind the scenes JSPs are Servlets . I had the same problem as maya is facing

Re: EL expressions not being evaluated..

2006-09-12 Thread maya
link about the differences between JSP 1.2 and 2.0. http://www.onjava.com/pub/a/onjava/2003/11/05/jsp.html Andrés On 9/12/06, maya [EMAIL PROTECTED] wrote: thank you all very much for your responses.. will have to check everything you guys say tonight at home (off the top of my head, I know

Re: EL expressions not being evaluated..

2006-09-12 Thread maya
Kris Schneider wrote: maya wrote: again, thank you all very much.. as mentioned, I have Tomcat 5.0.27, which comes with the following (as specified in release-notes.txt that comes with it): * commons-collections*.jar (Commons Collections 2.1 or later) * commons-dbcp.jar (Commons DBCP 1.1

Re: EL expressions not being evaluated..

2006-09-13 Thread maya
: commons-el.jar jasper-compiler-jdt.jar jasper-compiler.jar jasper-runtime.jar jsp-api.jar jstl.jar naming-factory-dbcp.jar naming-factory.jar naming-resources.jar serializer.jar servlet-api.jar standard.jar xalan.jar maya [EMAIL PROTECTED] wrote: Kris Schneider wrote: maya wrote: again, thank

Re: EL expressions not being evaluated..

2006-09-13 Thread maya
interesting.. I didn't know they had a 1.4-compatible package for 5.5.. again, many thanks to all.. Kris Schneider wrote: maya wrote: oh brother.. this means I would have to upgrade to sdk 1.5 from 1.4 (Tomcat 5.5 requires 1.5.. it might not be a bad idea, though, b/c I also want

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

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: 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

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

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 Daljeet

[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

Re: can't deploy taglibs to jakarta/tomcat

2001-03-08 Thread Maya Muchnik
Check names of *tld file under taglib-location. For example, taglib-location/WEB-INF/lib/ietags.jar/taglib-location 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

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 url:encodetext to be encoded/url:encode. But do anyone of you know

RE: Will Using Tagged Libraries Affect Performance

2002-02-27 Thread Maya Retzlaff
. The performance issue is of course interesting in making such a decision /Maya maya retzlaff | [EMAIL PROTECTED]| http://www.windh.net/ -Original Message- From: Burr Sutter [mailto:[EMAIL PROTECTED]] Sent: den 27 februari 2002 17:42 To: Tag Libraries Users List Subject: Re: Will Using

Question about using xtags' forEach to sort

2002-04-24 Thread Maya Vayner
. But my problem is that I have to sort by groups organized by a certain id, like parentID. So when I try to give it sort=@parentID and @categoryName it does only search by parentID. Is there any way around this? Thank you, ~ Maya Vayner Technical Architect One Source Computer