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
#x27;s value - is being displayed However, If I try the following, the value of attribute l_id is being printed as [l_id="some_value"] instead of just some_value How do I make only the xml node's attribute value be stored in the variable while using x:set ? -- K

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

2006-08-03 Thread Kris Schneider
his to get the unescaped URL: But, I need the unescaped url in a variable so that it can be added to the url attribute of -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://www.dotech.com/> - To u

Re: Nested request in

2006-08-03 Thread Kris Schneider
inds 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. Than

Re: JSP Tomcat and Myfaces

2006-08-17 Thread Kris Schneider
Jasper to get the unkown text > passed to myfaces ? > > Thanks 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: 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.d

Re: huge memory amount bound by sleeping standard tags

2006-09-02 Thread Kris Schneider
every usage of a Tag. So 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 PROT

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

2006-09-08 Thread Kris Schneider
is works though (Standard 1.1.2): -Rashmi -- 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 it possible to count number of XML nodes in a node-set with JSTL XML tags?

2006-09-08 Thread Kris Schneider
t'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 find an answer. I'm trying to count 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
ough the official release process. I had 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://jakar

Re: uri question..

2006-09-11 Thread Kris Schneider
attribute, it's 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 uns

Re: EL expressions not being evaluated..

2006-09-12 Thread Kris Schneider
request.remoteAddr} >>> Remote Host: ${pageContext.request.remoteHost} >>> >>> or this in a bean: >>> >>> Name retrieved from JavaBean has the value of: ${param.name}. >>> >>> anything else I've tried to do w/EL it always prints like

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

Re: List manipulation

2006-09-18 Thread Kris Schneider
n "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: JSTL problem

2006-11-07 Thread Kris Schneider
annelSocket$SocketConnection.runIt(ChannelSocket. java:876) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:595) Can you say me What's happen? Thanks in advance. -- Kris Schneider <mailto:[EMAIL PROTECTED]

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

2006-11-21 Thread Kris Schneider
syntax). Here's one using : http://java.sun.com/JSP/Page"; xmlns:c="http://java.sun.com/jsp/jstl/core"; version="2.0"> ... Can someone help me - I am stuck. Kind regards: al_shopov -- Kris Schneider <mailto:[EMAI

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

Re: dumping XML document

2007-01-03 Thread Kris Schneider
How do you want to store the doc? For example, as a CLOB or something else? Thanks ..Tom = Tom Kralidis Senior Systems Scientist Environment Canada Tel: +01-905-336-4409 http://www.ec.gc.ca/ -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://

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: doubt in installing tag libraries

2007-01-26 Thread Kris Schneider
aving 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: 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
content type. If the images are unlikely to change, I'd 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 <

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
me how do I read an image from a Blob field in the database? 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: Getting a error while trying to run the examples in standard-examples.war

2007-04-12 Thread Kris Schneider
) -- Apache Tomcat/4.1.31 -- 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
00+00:00 etc... until: while obestatin reports adequacy. [EMAIL PROTECTED]://www.expasy.org/spotlight/ Article 2006-01-19T13:22:59+01:00 " var="rss"/> It looks as if part of the x:parse tag is printed on the HTML page! I am using JSTL 1.1 Anybody seen this before? -- Kris Sch

Re: jstl x:parse outputs data

2007-04-19 Thread Kris Schneider
clarations in web.xml, but from the output you are right, it seems like the tag is ignored: etc... I have the vague feeling it's some stupid typo... thanks for your help Isabelle Kris Schneider wrote: Are you sure you're properly declaring the x taglib? It almost looks like is being

Re: jstl x:parse outputs data

2007-04-19 Thread Kris Schneider
jstl-functions /WEB-INF/tld/fn.tld jstl-fmt /WEB-INF/tld/fmt.tld jstl-xml /WEB-INF/tld/x.tld

Re: jstl x:parse outputs data

2007-04-20 Thread Kris Schneider
xpath/XPathException: java.lang.NoClassDefFoundError: org/apache/xpath/XPathException I read somewhere that this could be due to a missing xerces library, my application has xerces.jar, I am completely lost :-( Kris Schneider wrote: You don't need those taglib entries in web.xml. Remove them and use

Re: jstl x:parse outputs data

2007-04-20 Thread Kris Schneider
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 2.5 is required. Use this link: > > h

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

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

2007-05-23 Thread Kris Schneider
; > > > -- > View this message in context: > http://www.nabble.com/I%27m-trying-to-write-a-Tag-Library-Descriptor-for-Jakarta-Session-Tag-library-tf3800205.html#a10751684 > Sent from the Taglibs - User mailing list archive at Nabble.com. > > > - > T

Re: listeners and virtual hosts

2007-06-06 Thread Kris Schneider
r in JAR files in WEB-INF/lib, just like any other classes needed 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

Re: jakarta input taglib libraries

2007-06-06 Thread Kris Schneider
nk 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 <

Re: jakarta input taglib libraries

2007-06-06 Thread Kris Schneider
aglibs/proper/input/trunk/conf/input.tld?view=markup Steve - Original Message - From: "Kris Schneider" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" Sent: Wednesday, June 06, 2007 7:27 PM Subject: Re: jakarta input taglib libraries Stephen Ince wrote: I a

RE: listeners and virtual hosts

2007-06-07 Thread Kris Schneider
when I > setup a virtual host. 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 >

Re: Alternatives to

2007-06-08 Thread Kris Schneider
e? If you don't know that, which app server and version do you need to use? > TIA > Antonio -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://www.dotech.com/> - To unsubscribe, e-mail: [

Re: Alternatives to

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 y

Re: Alternatives to

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

Re: Is there a recent release of taglibs standard?

2007-06-21 Thread Kris Schneider
f the mirrors. > Are people using Taglibs 1.1.2 (or a later version) in production > software, and if so, are they building from source? I'm using (and have used) Standard 1.1.2 in production. I'm using the distributed JAR files.

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Kris Schneider
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 the exception, not ResourceBundle.getString(). -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech &

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Kris Schneider
.out.println("key2="+this.key); > } Why are you passing "super.pageContext" instead of just "pageContext"? > Thanks again, much appreciated. > > -Original Message- > Kris Schneider <[EMAIL PROTECTED]> wrote: > > The stack trace se

Re: fmt:formatDate and fmt:setLocale problem

2007-06-28 Thread Kris Schneider
s 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 one

Re: Nested tag in attribute value

2007-07-03 Thread Kris Schneider
t my app works on any context path. > I am using JSP version 1.1 in my taglib. > > Any help or suggestion to do this in better way? > > Thanks, > Lalit -- 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 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 q

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

2007-07-10 Thread Kris Schneider
; > Given the following XML : > > <_page> > hello > > > > when i use follows tags into jsp page > > > > <%=pag%> > > or > > > the result page don't show the relative value. > > Can you help me?

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

2007-07-10 Thread Kris Schneider
o 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

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

2007-07-10 Thread Kris Schneider
lem stripping out every occurence of <_tagname> from > xml output. > > Dean Allen > > > > > - Messaggio originale - > Da: Kris Schneider <[EMAIL PROTECTED]> > A: Tag Libraries Users List > Inviato: Martedì 10 luglio 2007, 15:27:32 >

Re: Random tag library - dynamic range

2007-07-12 Thread Kris Schneider
> > > > > > 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 PROTECTED]> D.O.Tech <http://www.dotech.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
adding values to 'attributes', different searchScopes, looking up different 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]> d

Re: jndi-taglib and scripting variables

2007-07-26 Thread Kris Schneider
et an empty searchResult. It surely must be possible to give the id as a parameter to the filter somehow? Any ideas? Try: filter='<%= "uid=" + userid %>' In other words, the scriptlet expression must appear by itself. Iikku -- Kris Schneider &l

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

2007-08-06 Thread Kris Schneider
ra - http://enigmail.mozdev.org > > iD8DBQFGtw+NCNjA0nfhW7wRApsZAKDVZMJM2ym/8ExpO4e46SRa0x5/cQCgxhdz > COxD0mfjUoQkINkdnFBZhs8= > =W0HA > -END PGP SIGNATURE- -- Kris Schneider <mailto:[EMAIL PROTECTED]> directThought <http://www.directThought.com/>

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 cachi

Re: Error with taglib parseDate

2007-08-07 Thread Kris Schneider
wrong > configuration" to access the site. Browser-based locale setting could certainly cause this to fail. If you want to force the app to always use English, you should probably include the following in web.xml: javax.servlet.jsp.jstl.fmt.locale en_US If you just want to change t

Re: Where to download Input libraries?

2007-08-30 Thread Kris Schneider
gt; Thanks. > -- > View this message in context: > http://www.nabble.com/Where-to-download-Input-libraries--tf4339648.html#a12361847 > Sent from the Taglibs - User mailing list archive at Nabble.com. -- Kris Schneider <mailto:[EMAIL PROTECTED]> directThought <http://www.dir

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

2007-09-24 Thread Kris Schneider
ED]> wrote: > Hi, > > We use taglibs-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 advic

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

2007-09-24 Thread Kris Schneider
s can show in localhost and lan env, > but just can't show in wan. I compared the directory between 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?

Re: Stateful form components?

2007-10-12 Thread Kris Schneider
View this message in context: > http://www.nabble.com/Stateful-form-components--tf4611737.html#a13170007 > Sent from the Taglibs - User mailing list archive at Nabble.com. -- Kris Schneider <mailto:[EMAIL PROTECTED]> directThought <http://www.directThought.com/> --

Re: taglibs build error on OS X using DarwinPorts

2007-10-19 Thread Kris Schneider
recated API. > [javac] Note: Recompile with -Xlint:deprecation > for details. > [javac] Note: Some input files use unchecked or > unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for > details. > [javac] 33 errors > > BUILD FAIL

Re: overlay images retrieved from a Database

2007-10-21 Thread Kris Schneider
> > > > > > This is the error message! > javax.servlet.ServletException: Overlay must be a nested tag of Image Tag! > > Help would be appreciated > Mike greece... > -- > View this message in context

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
et.ServletException: Overlay must be a nested tag of Image Tag! > > > > Help would be appreciated > > Mike greece... > > > > -- > View this message in context: > http://www.nabble.com/overlay-images-retrieved-from-a-Database-tf4666946

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
return this.ancestor.getImage(); } public void setImage(BufferedImage image) { this.ancestor.setImage(image); } public Imaging getImaging() { return this.ancestor.getImaging(); } } On 10/22/07, Kris Schneider <[EMAIL PROTECTED]> wrote: > Hang on, I&#x

Re: Virtual hosting and listener servlets

2007-10-24 Thread Kris Schneider
face does ResourceManagerListener implement. I assume it would 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

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 &g

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 &l

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Kris Schneider
>> Hi, > >> I have problem with using fmt:formatDate and fmt:setLocale - I use: > >> > >> > >> >> dateStyle="MEDIUM" /> > >> > >> But my browser sends en_EN locale as prefered, so I cannot get date > >> formated

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Kris Schneider
s to indicate that something else is setting the response's locale after 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]> w

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

2007-11-14 Thread Kris Schneider
scope="page" > initialFactory="com.sun.jndi.ldap.LdapCtxFactory" > providerUrl="ldap://ldaptest01:389"; > env="${exampleMap}" > > /> > > > javax.naming.AuthenticationExcept

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
? Because it's not working! >From the JSTL 1.1 Spec for : 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 p

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 " >> value="/images/pluslittle.gif"/>" usage w

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]> wrot

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

Re: Where can I get a recent nightly build?

2008-01-07 Thread Kris Schneider
the place: http://people.apache.org/builds/jakarta-taglibs/nightly/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 A

Re: Jakarta request taglib

2008-01-31 Thread Kris Schneider
se.java:265) > at > com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106) > Got encoding: ISO-8859-1 > realWrite(b, 0, 1530) [EMAIL PROTECTED] > > ... > > Has anyone encountered this problem or have any

Re: I18n and formatting numbers

2008-04-18 Thread Kris Schneider
t; at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) > at java.lang.Thread.run(Thread.java:595) >

Re: I18n and formatting numbers

2008-04-19 Thread Kris Schneider
s/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; version="2.5"> So, get your configuration set properly, test again and post back your results. > On 4/18/08, Kris Schneider <[EMAIL PROTECTED]> wrote: > > Which version of the Stan

Re: Taglibs

2008-06-30 Thread Kris Schneider
uld try to contact a jakarta maintainer, I suppose, and see > if they can fix that. Alternatively, use the Mailer taglib, which /is/ still > available. > > HTH, > -- > Hassan Schroeder [EMAIL PROTECTED] -- Kris Schneid

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

2008-07-14 Thread Kris Schneider
rvlet.JspServletWrapper.service(JspServletWrapper.java:322) > > 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) &g

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

2008-07-15 Thread Kris Schneider
.service(HttpJspBase.java:97) >javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) >

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

2008-07-15 Thread Kris Schneider
s & Regards > Rajasekhar > > > > > > > --- On Tue, 15/7/08, Kris Schneider <[EMAIL PROTECTED]> wrote: > > From: Kris Schneider <[EMAIL PROTECTED]> > Subject: Re: JSTL XML ---org/apache/xpath/XPathException > To: "Tag Libraries Users List"

Re: useConstants tag in unstandard taglib

2008-09-24 Thread Kris Schneider
IL PROTECTED] > For additional commands, e-mail: [EMAIL 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: ClassCastException when changing from HashMap to TreeMap

2008-10-17 Thread Kris Schneider
034818.html > Sent from the Taglibs - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] &g

Re: ClassCastException when changing from HashMap to TreeMap

2008-10-17 Thread Kris Schneider
3] exists, > then ${map[3]} (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

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

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

2008-11-22 Thread Kris Schneider
t;);%> > > > > > > > > > > > > I have done everything within my mental health but I can not get > rid of this error. > > Could you please help me in regards to this matter. > Kind regards. > Ali R+ SARAL > > > 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: java.lang.ClassCastException @ org.apache.taglibs.standard.tag.common.fmt.BundleSupport

2008-12-16 Thread Kris Schneider
-%40-org.apache.taglibs.standard.tag.common.fmt.BundleSupport-tp21030184p21030184.html > Sent from the Taglibs - User mailing list archive at Nabble.com. > -- Kris Schneider <mailto:k...@directthought.com> directThought <http://www.directThought.com/> ---

<    1   2   3   4   5