Re: java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread Kris Schneider
-tp21030184p21030184.html Sent from the Taglibs - User mailing list archive at Nabble.com. -- Kris Schneider mailto:k...@directthought.com directThought http://www.directThought.com/ - To unsubscribe, e-mail: taglibs-user-unsubscr

Re: A bizarre question about XML Parsing with JSP : XPATH - XALAN error

2008-11-22 Thread Kris Schneider
Tel : 0090-216-474 88 18 Addr: Barbaros Mah. Sedef Sk. Onur Sit. 13/13 Üsküdar / ISTANBUL TURKEY Blog: Large Systems and ATC (English Turkish) http://largesystems-atc.blogspot.com/ -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/

Re: ClassCastException when changing from HashMap to TreeMap

2008-10-17 Thread Kris Schneider
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com

Re: ClassCastException when changing from HashMap to TreeMap

2008-10-17 Thread Kris Schneider
]} (with the literal 3) returns nothing too...I remember previously having an issue with this because IIRC JSTL converts the 3 to a Long, not to Integers. Kris Schneider wrote: It looks like it might be a difference in the way HashMap.containsKey and TreeMap.containsKey are implemented. If you look

Re: ClassCastException when changing from HashMap to TreeMap

2008-10-17 Thread Kris Schneider
Just ran a couple quick tests, and it looks like integer literals are converted to Long. I completely blocked on the fact that HashMap will also attempt to do aLong.equals(anInteger), which will fail. On Fri, Oct 17, 2008 at 12:20 PM, Kris Schneider [EMAIL PROTECTED] wrote: HashMap

Re: useConstants tag in unstandard taglib

2008-09-24 Thread Kris Schneider
. If it has been deprecated, has the useConstants tag been moved into another library? Cheers, Don - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-15 Thread Kris Schneider
) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs. Thanks Regards Rajasekhar --- On Mon, 14/7/08, Kris Schneider [EMAIL

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-15 Thread Kris Schneider
have downloaded these jars from the site http://www.apache.org/dist/xerces/j/ Can you tell me whats the purpose of endorsed folder. cant these jars workout if they are placed in tomcat/common/lib directory ?? Thanks Regards Rajasekhar --- On Tue, 15/7/08, Kris Schneider [EMAIL

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-14 Thread Kris Schneider
) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) root cause Thanks Regards Rajasekhar -- Kris Schneider mailto:[EMAIL PROTECTED

Re: Taglibs

2008-06-30 Thread Kris Schneider
fix that. Alternatively, use the Mailer taglib, which /is/ still available. HTH, -- Hassan Schroeder [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com

Re: I18n and formatting numbers

2008-04-18 Thread Kris Schneider
) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e

Re: Jakarta request taglib

2008-01-31 Thread Kris Schneider
PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where can I get a recent nightly build?

2008-01-07 Thread Kris Schneider
/projects/standard/ But you can see it's a bit outdated. Not sure what needs to happen to remedy the situation, but your best bet is probably the source at this point. Thanks, Jonathan Whitall Application Architect Health Care Service Corporation (312) 653-4478 -- Kris Schneider mailto

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
for c:url: As a consequence, an implementation must prepend the context path to a URL that starts with a slash (e.g. /page2.jsp) so that such URLs can be properly interpreted by a client browser. So, yes, the context should be prepended. What output are you actually seeing? -- Kris Schneider

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/ usage would automatically cause the context path to be entered into the output

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote

Re: Using JNDI tags and accessing LDAP with Security Principal and Authentication

2007-11-14 Thread Kris Schneider
} / javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials] Thanks Mehedi -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: connection MDB DataBase

2007-10-30 Thread Kris Schneider
On 10/29/07, Sapp [EMAIL PROTECTED] wrote: How to connect Database (MDB) on the netbean. If you have a Netbeans question, you should probably go here: http://www.netbeans.org/community/lists/ This is a mail list for taglib questions. Thank you. -- Kris Schneider mailto:[EMAIL PROTECTED

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Kris Schneider
en_EN locale as prefered, so I cannot get date formated in pl_PL they are always formated with browser's en_EN one - is there any way to change this behaviour eg. NOT to take browser prefered locales and use application ones? Best regards, Adr -- Kris Schneider mailto:[EMAIL

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Kris Schneider
does it. Do you use any filters in your app? Are there other tags used on the page that might set the response's locale? Kris Schneider wrote: On 10/30/07, Jdev123 [EMAIL PROTECTED] wrote: Hi , Even i am facing the problem with the locale setting. I tried what ever you mentioned

Re: Virtual hosting and listener servlets

2007-10-24 Thread Kris Schneider
be ServletContextListener. When you say, not able to execute, what does that mean? Were exceptions thrown? Did the listener appear not to be loaded? Have you tried running on TC 5.5.x? Thx, Lamine. -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com

Re: Virtual hosting and listener servlets

2007-10-24 Thread Kris Schneider
On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote: -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 10:03 AM To: Tag Libraries Users List Subject: Re: Virtual hosting and listener servlets On 10/24/07, T. Lamine Ba [EMAIL

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
from the Taglibs - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
); } public Imaging getImaging() { return this.ancestor.getImaging(); } } On 10/22/07, Kris Schneider [EMAIL PROTECTED] wrote: Hang on, I've got an idea that might work. I'll post back in a little bit - gotta grab some lunch! On 10/22/07, mikemjt [EMAIL PROTECTED] wrote

Re: overlay images retrieved from a Database

2007-10-21 Thread Kris Schneider
the Taglibs - User mailing list archive at Nabble.com. -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: taglibs build error on OS X using DarwinPorts

2007-10-19 Thread Kris Schneider
/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_jakarta-taglibs-standard-11/work/jakarta-taglibs-standard-1.1.2-src/standard/build.xml:178: Compile failed; see the compiler error output for details. -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com

Re: Stateful form components?

2007-10-12 Thread Kris Schneider
--tf4611737.html#a13170007 Sent from the Taglibs - User mailing list archive at Nabble.com. -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Image tag lib doesn't work on Windows 2003 server?

2007-09-24 Thread Kris Schneider
-image, put all jar into web-inf\lib, and show image correctly on Windows XP, but when we deploy it to our Windows 2003 Server, it doesn't work, but also the example of taglibs-image example.war . Anyone can give me some advice? Thanx. Rick Zhou, 2007-9-24 -- Kris Schneider mailto:[EMAIL

Re: Image tag lib doesn't work on Windows 2003 server?

2007-09-24 Thread Kris Schneider
localhost, lan and wan connection, and found that in wan couldn't create the generated directory, I think it because of different rights between these env? Any more advices? Rick Zhou, 2007-9-25 2007/9/24, Kris Schneider [EMAIL PROTECTED]: Can you be more specific about what you mean

Re: Where to download Input libraries?

2007-08-30 Thread Kris Schneider
.html#a12361847 Sent from the Taglibs - User mailing list archive at Nabble.com. -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Error with taglib parseDate

2007-08-07 Thread Kris Schneider
the parseLocale attribute: fmt:parseDate var=birthdate value=${param.birthdate} pattern=MMM-dd- parseLocale=en_US/ All help appreciated. Lamine -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http

Re: What to use as replacement for deprecated Cache-Lib?

2007-08-06 Thread Kris Schneider
COxD0mfjUoQkINkdnFBZhs8= =W0HA -END PGP SIGNATURE- -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What to use as replacement for deprecated Cache-Lib?

2007-08-06 Thread Kris Schneider
On 8/6/07, Christian Nolte [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kris Schneider schrieb: On 8/6/07, Christian Nolte [EMAIL PROTECTED] wrote: Hi! I just wanted to implement a decent caching-solution and stumpled upon jakarta-chache. This seems like

Re: jndi-taglib and scripting variables

2007-07-26 Thread Kris Schneider
appear by itself. Iikku -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JNDI-taglib search tag returns null

2007-07-24 Thread Kris Schneider
contexts for use, etc. What am I missing? Seems like it might be a filter thing. Try filter=(uid=quux). Iikku -- Kris Schneider mailto:[EMAIL PROTECTED] directThought http://www.directThought.com/ - To unsubscribe, e-mail

Re: Random tag library - dynamic range

2007-07-12 Thread Kris Schneider
error. I've also tried c:set var=range value=1-43 / rand:number id=randNumber range=${range} / Didn't work either. Couldn't find anything relevant on the web. Would love some help with that. Thanks, Eran Kalmanson -- Kris Schneider mailto:[EMAIL

Re: XTAGS Problems with node names that begin with a leading underscore

2007-07-10 Thread Kris Schneider
_page hello /_page /Test when i use follows tags into jsp page xtags:variable id=pag select=//_page / %=pag% or xtags:valueOf select=//_page / the result page don't show the relative value. Can you help me? Thank, protone -- Kris Schneider

Re: XTAGS Problems with node names that begin with a leading underscore

2007-07-10 Thread Kris Schneider
I used xtags-20060829 (most recent build available), dom4j-1.6.1 and jaxen-1.1-beta-6 (included with dom4j). Quoting Kris Schneider [EMAIL PROTECTED]: What app server and JDK are you using? I don't have XTags installed, but I'll grab it and see what I get with Tomcat 5.5.23 and JDK 1.5.0_06

Re: XTAGS Problems with node names that begin with a leading underscore

2007-07-10 Thread Kris Schneider
- Messaggio originale - Da: Kris Schneider [EMAIL PROTECTED] A: Tag Libraries Users List taglibs-user@jakarta.apache.org Inviato: Martedì 10 luglio 2007, 15:27:32 Oggetto: Re: XTAGS Problems with node names that begin with a leading underscore Seems to work for me. Here's my test

Re: Nested tag in attribute value

2007-07-03 Thread Kris Schneider
Quoting Eric Haszlakiewicz [EMAIL PROTECTED]: On Tue, Jul 03, 2007 at 09:59:59AM -0400, Kris Schneider wrote: As you've discovered, embedding one tag in the attribute value of another tag is illegal - even if you had gotten the quotes right ;-). You would need to do something like

Re: fmt:formatDate and fmt:setLocale problem

2007-06-28 Thread Kris Schneider
locales and use application ones? Best regards, Adr -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Kris Schneider
() should be throwning the exception, not ResourceBundle.getString(). -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Kris Schneider
. -Original Message- Kris Schneider [EMAIL PROTECTED] wrote: The stack trace seems to indicate that the property file is located just fine, but that the file does not contain a key called key. If the property file could not be located, ResourceBundle.getBundle() should be throwning

Re: Is there a recent release of taglibs standard?

2007-06-21 Thread Kris Schneider
using the distributed JAR files. If so, which source and where is the definitive location? Thank you, Leigh. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: Alternatives to req:isUserInRole

2007-06-08 Thread Kris Schneider
Quoting Antonio Petrelli [EMAIL PROTECTED]: 2007/6/8, Kris Schneider [EMAIL PROTECTED]: I'm not aware of one. However, it would be pretty easy to create an EL function to take its place. What version of JSP do you need to use? If you don't know that, which app server and version do

Re: Alternatives to req:isUserInRole

2007-06-08 Thread Kris Schneider
Quoting Antonio Petrelli [EMAIL PROTECTED]: 2007/6/8, Kris Schneider [EMAIL PROTECTED]: JSP 2.0, Servlet 2.4, why? Um, all the better to help you, why else? ;-) Yes, that's obvious, thanks :-) As of JSP 2.0, you can create EL functions that map to public static Java

RE: listeners and virtual hosts

2007-06-07 Thread Kris Schneider
. On the other hand, it works fine when I use the Tomcat default host. Are any exceptions being thrown? Lamine. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 1:56 PM To: Tag Libraries Users List Subject: Re: listeners and virtual hosts

Re: listeners and virtual hosts

2007-06-06 Thread Kris Schneider
by your app. If that's not what you mean, then please provide more info about your problem. What, exactly, is the error you're seeing? Can someone give me a configuration tip to solve this problem. Thx, Lamine. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: jakarta input taglib libraries

2007-06-06 Thread Kris Schneider
;-). BTW, I don't think that the Input taglib has ever been officially released, so I'm not sure what 1.2 taglib-input but I only see 1.0 means. This is where the nightly builds live: http://people.apache.org/builds/jakarta-taglibs/nightly/projects/input/ Steve -- Kris Schneider mailto

Re: jakarta input taglib libraries

2007-06-06 Thread Kris Schneider
/trunk/conf/input.tld?view=markup Steve - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Tag Libraries Users List taglibs-user@jakarta.apache.org Sent: Wednesday, June 06, 2007 7:27 PM Subject: Re: jakarta input taglib libraries Stephen Ince wrote: I am trying to download 1.2

Re: I'm trying to write a Tag Library Descriptor for Jakarta Session Tag library

2007-05-23 Thread Kris Schneider
] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jstl x:parse outputs data

2007-04-20 Thread Kris Schneider
in any session: java.lang.IllegalStateException: Cannot access session scope in page that does not participate in any session Kris Schneider wrote: You'll need both Xerces and Xalan (Xerces should be included in the Xalan download). I believe the release notes for Standard 1.1 state that Xalan

Re: jstl x:parse outputs data

2007-04-20 Thread Kris Schneider
http://issues.apache.org/bugzilla/show_bug.cgi?id=35216 This has been fixed but not yet released. Kris Schneider wrote: For now, try removing session=false from your page directive. Isabelle Phan wrote: with both Xalan 2.7.0 and 2.5.0 I now get the error WARN: Unhandled exception

Re: jstl x:parse outputs data

2007-04-19 Thread Kris Schneider
seen this before? -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jstl x:parse outputs data

2007-04-19 Thread Kris Schneider
taglib-urijstl-xml/taglib-uri taglib-location/WEB-INF/tld/x.tld/taglib-location /taglib Kris Schneider wrote: I would think you'd be using these: xmlns:c=http://java.sun.com/jsp/jstl/core; xmlns:x=http://java.sun.com/jsp/jstl/xml; Isabelle Phan

Re: Read image from database

2007-04-11 Thread Kris Schneider
Zilberstein Yuval wrote: Hello, Can anyone tell me how do I read an image from a Blob field in the database? Not sure how this applies to taglibs, but you could look at: http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageIO.html#read(java.io.InputStream) TX YuvalZ -- Kris

Re: Read image from database

2007-04-11 Thread Kris Schneider
recommend also setting response headers so that the client knows it's OK to cache the images and can avoid making additional requests for them. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Read image from database

2007-04-11 Thread Kris Schneider
Don Albertson wrote: Kris Schneider wrote: Don Albertson wrote: Zilberstein Yuval wrote: Hello, Can anyone tell me how do I read an image from a Blob field in the database? TX YuvalZ - To unsubscribe, e-mail: [EMAIL

Re: Read image from database

2007-04-11 Thread Kris Schneider
? TX YuvalZ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: doubt in installing tag libraries

2007-01-26 Thread Kris Schneider
problems? -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dumping XML document

2007-01-04 Thread Kris Schneider
Kralidis,Tom [Burlington] wrote: -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: 03 January, 2007 10:40 AM To: Tag Libraries Users List Subject: Re: dumping XML document Kralidis,Tom [Burlington] wrote: Hi, Using tomcat 6.0.0, I am using the following

Re: dumping XML document

2007-01-03 Thread Kris Schneider
Senior Systems Scientist Environment Canada Tel: +01-905-336-4409 http://www.ec.gc.ca/ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Netbeans Release 3.6

2006-12-13 Thread Kris Schneider
T. Lamine Ba wrote: Hi all, I need to re-install an old webapp running on netbeans 3.6 The release (netbeans 3.6) is not available on netbeans website anymore. Can anyone point me to a site that has it? http://www.netbeans.info/downloads/dev.php Thanks, Lamine. -- Kris Schneider mailto

Re: Usin JSTL from jakarta with tomcat and the new web.xml descriptors

2006-11-21 Thread Kris Schneider
one using jsp:root: jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; xmlns:c=http://java.sun.com/jsp/jstl/core; version=2.0 ... /jsp:root Can someone help me - I am stuck. Kind regards: al_shopov -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: JSTL problem

2006-11-07 Thread Kris Schneider
. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: List manipulation

2006-09-18 Thread Kris Schneider
spec section JSP.2.6 Functions. Thanks. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EL expressions not being evaluated..

2006-09-13 Thread Kris Schneider
-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 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

Re: EL expressions not being evaluated..

2006-09-12 Thread Kris Schneider
prints like this in browser.. why is this.. (running on Tomcat 5, everything pretty standard..) thank you.. http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions -Rahul -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: uri question..

2006-09-11 Thread Kris Schneider
really nothing more than an identifier. Think of it as a key in a map where the map values are TLDs. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Is it possible to count number of XML nodes in a node-set with JSTL XML tags?

2006-09-08 Thread Kris Schneider
url=books.xml var=xml charEncoding=UTF-8 / x:parse doc=${xml} var=xml_doc / x:set var=book select=$xml_doc/books/book / x:out select=count($book)/ -Rashmi -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Is it possible to count number of XML nodes in a node-set with JSTL XML tags?

2006-09-08 Thread Kris Schneider
XPath, Standard 1.0 uses Jaxen/SAXPath while Standard 1.1 uses Xalan. It's likely there's a bug in how Standard 1.1 is using Xalan to do its XPath evaluation. I believe XTags uses dom4j. Kris Schneider [EMAIL PROTECTED] wrote: Rashmi Rubdi wrote: I searched for a solution for this but couldn't

Re: Is it possible to count number of XML nodes in a node-set with JSTL XML tags?

2006-09-08 Thread Kris Schneider
to set up my environment with dom4j and jaxen beta jar files in order to use XTags I'm not sure if XTags has a user mailing list, I wasn't able to find it. I had some further questions on XTags. All of the Jakarta taglibs (http://jakarta.apache.org/taglibs/) use this list. Kris Schneider

Re: huge memory amount bound by sleeping standard tags

2006-09-02 Thread Kris Schneider
seems to be ok, no bug. But does anybody have good advice how I could reduce the amount of bound memory? One option would be to disable tag pooling. Which app server are you using? Greetings, Thomas -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: huge memory amount bound by sleeping standard tags

2006-09-02 Thread Kris Schneider
everything seems to be ok, no bug. But does anybody have good advice how I could reduce the amount of bound memory? One option would be to disable tag pooling. Which app server are you using? Greetings, Thomas -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: JSP Tomcat and Myfaces

2006-08-17 Thread Kris Schneider
in advance Martin Haimberger -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there a way to turn-off character escaping when using c:set ?

2006-08-03 Thread Kris Schneider
=${value}/ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Nested request in c:import

2006-08-03 Thread Kris Schneider
finds y instead of x under someModel, and bad things happen. I'd really like the imported servlet to see a wrapped/cloned request, in which it muck with anything, but that the original request context is untouched. I don't know if this prohibited by the jsp spec though. Thanks, -Clint -- Kris

Re: Is it possible to read a value generated from within an XSL file into a JSP?

2006-08-02 Thread Kris Schneider
headtitle/title/head body c:import url=session_test.xml var=xml charEncoding=UTF-8/ c:import url=session_test.xsl var=xsl charEncoding=UTF-8/ x:transform doc=${xml} xslt=${xsl}/ /body /html -Thank you -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: Is it possible to read a value generated from within an XSL file into a JSP?

2006-08-02 Thread Kris Schneider
for a way to do 2 xslt transformations, didn't know it was this easy. Thank you very much. Kris Schneider [EMAIL PROTECTED] wrote: If you store the result of your transform in a var: Then you can use / with an XPath expression to grab what you need. Will that help or have I

Re: Value of the variable set with x:set , is [attribute_name=attribute_value] instead of just attribute_value

2006-08-02 Thread Kris Schneider
]/@l_id / c:out value=${key}/ How do I make only the xml node's attribute value be stored in the variable while using x:set ? -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e

Re: JSTL c:out tag-- how to escape apostrophe

2006-07-12 Thread Kris Schneider
var=chars'/c:set Escaped chars: c:out value=${chars}/ Unescaped chars: c:out value=${chars} escapeXml=false/ The output should look like: Escaped chars: amp; lt; gt; #034; #039; Unescaped chars: ' -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: c:out array problem

2006-06-07 Thread Kris Schneider
Couple of ways to skin it, one is: c:forEach var=arr1item items=${arr1} varStatus=status c:set var=arr2item value=${arr2[status.index]}/ ... /c:forEach Eric Chow wrote: Hello, If I have two arrays with same length, how can I display them in c:forEach ? Best regards, Eric -- Kris

Re: Problem with JSTL

2006-06-02 Thread Kris Schneider
jetspeed 2 Can any one please give some idea to solve this problem. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: FW: How to get the source for JSTL 1.0

2006-05-25 Thread Kris Schneider
tag library. When I go to the release link http://people.apache.org/builds/jakarta-taglibs/releases/standard/ There is no file that has the source. If I go to the nightly builds, there is no designation for 1.0. That all looks like 1.1. Where can I get the 1.0 source? -- Kris Schneider mailto

Re: Runtime expressions with img:image

2006-05-17 Thread Kris Schneider
as downloading and replacing a couple of jar files... And well worth it, IMO -- replacing all those `c:out value=${path}/` statements with `${path}` cleans up a workspace most wonderfully :-) Agreed. If you can upgrade, it's a good idea for a number of reasons. FWIW! -- Kris Schneider mailto

Re: Runtime expressions with img:image

2006-05-17 Thread Kris Schneider
wonderfully :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com opinion: webtuitive.blogspot.com dream. code. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

Re: XPath function not() not working.

2006-05-02 Thread Kris Schneider
For Standard 1.1, XPath support is based on Xalan (for 1.0, it's based on Jaxen/SAXPath). How do you have Xalan installed and which version are you using? Sébastien Brodeur wrote: Kris Schneider kris at dotech.com writes: Is bookId a request parameter? If so, what happens

Re: Sun JSTL Standard versus Jakarta JSTL Standard

2006-05-02 Thread Kris Schneider
and Standard 1.1 implements JSTL 1.1. Sébastien Brodeur wrote: What is the difference between the Sun version of standard JSTL and the Jakarta one? -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: XPath function not() not working.

2006-05-02 Thread Kris Schneider
Here's what may be a workaround. I'm not sure of the root cause yet, but try this: x:set var=nodeSet select=$xml/books/book[id=$param:bookId]/ x:choose x:when select=not($nodeSet).../x:when x:otherwise.../x:otherwise /x:choose Kris Schneider wrote: For Standard 1.1, XPath support

Re: XPath function not() not working.

2006-04-28 Thread Kris Schneider
obvious. I should remore the not() and swap the code segment from when to otherwise. But not() should work God d**m it. We have also problem using the AND and OR operator in XPath expression. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Weblogic 9.0 and JSTL 1.1 ${variable} expansion

2006-04-28 Thread Kris Schneider
is supposed to handle 2.4 and JSP 2.0 http://e-docs.bea.com/wls/docs90/notes/new.html#1225583 any idea of what we may be missing? Thanks Luca -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: JSP and JSTL sql:param and order by with Oracle

2006-04-07 Thread Kris Schneider
also working without error and sort. Why? Francis -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: c:set and runtime expressions

2006-04-05 Thread Kris Schneider
. This is a problem I want to fix for the first release. Luca -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: c:set and runtime expressions

2006-04-04 Thread Kris Schneider
-Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 5:57 PM To: Tag Libraries Users List Subject: Re: c:set and runtime expressions Tarek Nabil wrote: So that means if I use the RT-based version, then I won't be able to use EL? That's quite strange

Re: c:set and runtime expressions

2006-04-03 Thread Kris Schneider
that support EL evaluation have attributes with rtexprvalue = false. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 6:26 AM To: Tag Libraries Users List Subject: Re: c:set and runtime expressions If you need to run JSTL 1.0 and want

Re: c:set and runtime expressions

2006-04-02 Thread Kris Schneider
? Thanks in advance for your help. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: x:out ignores XML documents character encoding

2006-03-30 Thread Kris Schneider
/title reportFileNotEnrolled.jasper/reportFile /report report id=612 titlePatients avec CD4 lt; 200 n'étant pas sous Cotrimox/title reportFileNotOnCotrimox.jasper/reportFile /report /reportSubSet /reportSet /reports -- Kris Schneider mailto:[EMAIL

Re: question about standard taglib sql

2006-03-14 Thread Kris Schneider
able to play with JSP/JSTL stuff... Hi, I had the same problem because i used the datatype ntext of text of a sql server database. Using varchar instead of text resolved my problem. Hope this helps, Jerry -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: question about standard taglib sql

2006-03-14 Thread Kris Schneider
Kris Schneider wrote: Jerry wrote: Steven F. Bell sbell at frycomm.com writes: Hello, I am using the standard taglib sql tag to query a database and large text fields are coming back like: net.sourceforge.jtds.jdbc.ClobImpl at 94aa42 What could be causing this, and is there any means

  1   2   3   4   5   >