How to specify namespace context for jstl x tags?

2009-04-15 Thread Tim Stephenson
Hi, I have a feeling this must be a common problem but I'm afraid I can't find the answer... I am trying to use the JSTL x tags in v1.1.2 of the 'standard' tag library. Something like this: c:import url=WorkItem.xmlvar=url / x:parse xml=${url} var=doc / x:out

Re: taglibs build error on OS X using DarwinPorts

2007-10-19 Thread pine88
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/taglibs-build-error-on-OS-X-using-DarwinPorts-tf4653172.html#a13299738 Sent from the Taglibs - User mailing list archive at Nabble.com

Re: taglibs build error on OS X using DarwinPorts

2007-10-19 Thread Kris Schneider
It looks like you're referencing an older version of JspTagException. The constructor that takes a String and a Throwable was added in JSP 2.0 (J2EE 1.4). On 10/19/07, Don Oh [EMAIL PROTECTED] wrote: Hi, I'm new to this list... googling didn't help me so far. Just hoping someone on this list

taglibs build error on OS X using DarwinPorts

2007-10-19 Thread Don Oh
Hi, I'm new to this list... googling didn't help me so far. Just hoping someone on this list might be able to provide me quick help. Compiling tomcat5 on Mac OS 10.4.11, Intel Mackbook Pro using Darwin(Mac)Ports, I am getting the following error: Any ideas? ( All the tomcat dependencies

Re: Tutorial on X+V and RDC

2006-02-09 Thread Rahul Akolkar
On 2/8/06, Easwaren, Shaivya (Cognizant) [EMAIL PROTECTED] wrote: I have just posted a tutorial on http://wiki.apache.org/jakarta-taglibs/ReusableDialogComponents/Tutorials/IntegrateWithXHTML about some initial work on X+V integration with RDC taglibs, that we carried out for a small project

Tutorial on X+V and RDC

2006-02-08 Thread Easwaren, Shaivya \(Cognizant\)
I have just posted a tutorial on http://wiki.apache.org/jakarta-taglibs/ReusableDialogComponents/Tutorials/IntegrateWithXHTML about some initial work on X+V integration with RDC taglibs, that we carried out for a small project. The next enhancement to this will be to customize the taglibs

Serious issue in Tomcat 5.0.x and 5.5.x which affects many jakarta projects

2005-09-08 Thread Wade Chandler
There is an issue in Tomcat 5.0.x and 5.5.x and presumably in any future release unless examined and fixed. Please read over this and make some comments and don't simply comment on comments, but please look at java.util.HashMap and it's source code. There is more than one issue with this bug

DataGrid x Internationalization

2005-02-18 Thread Freddy Mallet
Hello Nestor, I've seen your answers to internationalize DataGrid but there is still something that I can't understand: Indeed, there is a workaround to internationalize header and footer by using JSTL before the DataGrid and then retrieve formatted value through EL in the DataGrid, but how do

RE: Help - DataGrid x Internationalization

2005-01-12 Thread Néstor Boscán
/jsr052/. Regards, Néstor Boscán -Mensaje original- De: Joselito Viana Soares [mailto:[EMAIL PROTECTED] Enviado el: Martes, 11 de Enero de 2005 02:27 p.m. Para: taglibs-user@jakarta.apache.org Asunto: Help - DataGrid x Internationalization Hi, Does DataGrid support internationalization

RES: Help - DataGrid x Internationalization

2005-01-12 Thread Joselito Viana Soares
Hi Néstor Thanks. Joselito Soares -Mensagem original- De: Néstor Boscán [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 12 de janeiro de 2005 13:27 Para: 'Tag Libraries Users List' Assunto: RE: Help - DataGrid x Internationalization Hi Joselito You can use

Help - DataGrid x Internationalization

2005-01-11 Thread Joselito Viana Soares
Hi, Does DataGrid support internationalization? Joselito Soares - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How do I pass a variable into an x select?

2004-09-07 Thread Johnson, Chris
] Subject: How do I pass a variable into an x select? I've just noticed that the select attribute of all the x tags isn't ynamic, so I can't pass in a variable - which is kind of exactly what I need to do. Is there a workaround, or am I going to have to abandon jstl xml for xsl or something? What I'm

How do I pass a variable into an x select?

2004-09-04 Thread Digby
I've just noticed that the select attribute of all the x tags isn't ynamic, so I can't pass in a variable - which is kind of exactly what I need to do. Is there a workaround, or am I going to have to abandon jstl xml for xsl or something? What I'm trying to do is below (v variable fails, but I

RE: tomcat exception caused by x-tags

2004-05-20 Thread Klimenko, Mariya
exception caused by x-tags I had the same problem with the IO taglib, and I just edited the tld to remove it, but remember that you need to edit the copy in the JAR file as well. David On Wednesday 19 May 2004 14:25, Klimenko, Mariya wrote: Do you by chance know how to configure it? Thanks

Re: tomcat exception caused by x-tags

2004-05-19 Thread Emmanuil Batsis (Manos)
a jsp. For this purpose I am trying to use x-tags. This is what I get trying to start Tomcat: ERROR [main] (Digester.java:1434) - Parse Error at line 6 column 50: Attribute xmlns:xalan must be declared for element type taglib. org.xml.sax.SAXParseException: Attribute xmlns:xalan must be declared

RE: tomcat exception caused by x-tags

2004-05-19 Thread Klimenko, Mariya
Do you by chance know how to configure it? Thanks. Mariya. -Original Message- From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 9:20 AM To: Tag Libraries Users List Subject: Re: tomcat exception caused by x-tags I dont really know what the problem

Re: tomcat exception caused by x-tags

2004-05-19 Thread David Goodenough
Message- From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 9:20 AM To: Tag Libraries Users List Subject: Re: tomcat exception caused by x-tags I dont really know what the problem is, but it seems like the (SAX?) parser reading the XML has XML namespaces

Re: tomcat exception caused by x-tags

2004-05-19 Thread Kris Schneider
) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 9:20 AM To: Tag Libraries Users List Subject: Re: tomcat exception caused by x-tags I dont really know what the problem is, but it seems like the (SAX?) parser reading the XML has XML namespaces feature turned off. Should

Re: Tomcat 5.x and Tag Libraries

2004-04-01 Thread David H. DeWolf
[EMAIL PROTECTED] wrote: I've had some trouble getting Tomcat 4.x to work with JSTL. On a separate machine I've installed Tomcat 5.x and have successfully used JSTL. The problem know is that I don't remember what I did. Does JSTL come standard with Tomcat 5.x? Is that why it worked for me

RE: Tomcat 5.x and Tag Libraries

2004-04-01 Thread nrapagnani
Thanks for the reply. I am looking on help with Tomcat 5.x. I was trying for a while on Tomcat 4.x with no luck. We are building a new server so I'm installing 5.x. This is why I had questions for 5.x. What I found out today is: No. Tomcat 5.x does not have jstl as a part of it, you need

Changes from tomcat 4.0.6 to 4.1.x

2003-04-01 Thread Werno, Peter
Hello List, I had written some Tags for a website that worked well with tomcat 4.0.x but when we installed the same on 4.1.x it ceased working. Here is the snipplet of code that causes problems: - snip - public class myTag extends TagSupport { public int doStartTag() throws

parsing, transformation issues - tomcat 4.1.x standard taglibsv 1.0.1

2003-02-27 Thread George Coles
Hello, I am just getting started with JSTL, and I have run into some pretty basic issues parsing and transforming XML files accessed via url in Tomcat. I am unable to parse any xml files I hvae tried to read from urls. This message is typical: org.apache.jasper.JasperException: Content is

RE: JSTL problems on Tomcat 4.1.x

2003-02-13 Thread Karr, David
: JSTL problems on Tomcat 4.1.x I get an occasional NullPointerException deep in JSTL when running under load on Tomcat 4.1.x. This doesn't occur under 4.0.x. Are the JSTL tags tested on Tomcat 4.1.x? When this problem happens

RE: JSTL problems on Tomcat 4.1.x

2003-02-13 Thread Schnitzer, Jeff
: Thursday, February 13, 2003 8:29 AM To: Tag Libraries Users List Subject: RE: JSTL problems on Tomcat 4.1.x It might be useful if we could see your JSP code, and any relevant bean code if it's non-trivial. -Original Message- From: Schnitzer, Jeff [mailto:[EMAIL

JSTL problems on Tomcat 4.1.x

2003-02-12 Thread Schnitzer, Jeff
I get an occasional NullPointerException deep in JSTL when running under load on Tomcat 4.1.x. This doesn't occur under 4.0.x. Are the JSTL tags tested on Tomcat 4.1.x? When this problem happens, the page half-loads (up to the tag that fails). Refreshing the page almost always works fine

Need help with x: tags

2002-12-19 Thread Zvolensky, Thomas J {PGL~Nutley}
Can someone advise if it is possible using x: tag in JSTL to obtain the value of an parameter within a tag? For instance, I have a tag: version createdate='2002-03-06T21:45:17' filecreatedate='2002-03-06T21:45:16' filedatasize='25600' filemodifydate='2002-03-06T21:45:16' filename='Migration

Re: Need help with x: tags

2002-12-19 Thread Shawn Bayern
Hi Tom, On Thu, 19 Dec 2002, Zvolensky, Thomas J {PGL~Nutley} wrote: Can someone advise if it is possible using x: tag in JSTL to obtain the value of an parameter within a tag? For instance, I have a tag: version createdate='2002-03-06T21:45:17' filecreatedate='2002-03-06T21:45:16

JSTL and 'isUserInRole(x)'

2002-09-06 Thread Weßling, Achim
Hallo, can someone tell me how I can check with JSTL if a user is in Role x? Thanks! Mit freundlichem Gruß Achim Weßling ** INFOKOM Gütersloh Fachbereich Technische Anwendungen / Zentrale Anwendungen Tel.: 05241/85-2926

AW: JSTL and 'isUserInRole(x)'

2002-09-06 Thread Weßling, Achim
Thanks, it works fine! Achim -Ursprüngliche Nachricht- Von: Kan Ogawa [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 6. September 2002 09:57 An: Tag Libraries Users List Betreff: Re: JSTL and 'isUserInRole(x)' Hi, Achim. can someone tell me how I can check with JSTL if a user

Re: Simple JSTL SQL update fails, but only when parameters come fromNetscape 4.x browser

2002-07-15 Thread Shawn Bayern
On Sat, 13 Jul 2002, John Hicks wrote: Everything works fine, that is, *unless* the form is posted from the Netscape 4.73 browser!! (It works fine coming from Konqueror and Opera 6.0 and Netscape 7 (all running under Linux) and from IE6.0 and Opera 6.01 running in Windows. But when the

Re: Simple JSTL SQL update fails,but only when parameters come from Netscape 4.x browser

2002-07-15 Thread Lisa Hatch
Don't know if this will help, but Netscape handles encoding differently from other browsers if a parameter contains a space, so if you are doing a GET as the post method on your form instead of POST you may want to look at the following that I googled Development Tips ... Although Internet

${x}

2002-03-20 Thread John Baker
When ${x} is passed to a tag, does the tag figure out what it means or does the variable get decoded and passed to the tag? Ie in my previous example, where I combined a c:forEach tag around my own, and tried to pass the variable from c:forEach to my own tag, is that actually legal? Or did

Re: ${x}

2002-03-20 Thread Shawn Bayern
On Wed, 20 Mar 2002, John Baker wrote: When ${x} is passed to a tag, does the tag figure out what it means or does the variable get decoded and passed to the tag? In JSP 1.2, the tag handler interprets it itself. The expectation is that under JSP 1.3, the container will do so. If so, I'm

Re: ${x}

2002-03-20 Thread Shawn Bayern
On Wed, 20 Mar 2002, Suryanarayana Murthy wrote: Could any one please tell me how can I use JSTL in my projects. I read that JSTL is still in development phase. If I would like to use JSTL for production development, can I do that? and also how to test JSTL tag libraries? Plesae tell me the