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: The problem is the namespace in my XPath query and it r

Re: taglibs build error on OS X using DarwinPorts

2007-10-19 Thread pine88
/opt/local/var/macports/build/_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 <

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

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 includin

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

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 wit

Re: DataGrid x Internationalization

2005-02-21 Thread Freddy Mallet
llet [mailto:[EMAIL PROTECTED] > Enviado el: Viernes, 18 de Febrero de 2005 11:24 a.m. > Para: taglibs-user@jakarta.apache.org > Asunto: DataGrid x Internationalization > > Hello Nestor, > > I've seen your answers to internationalize DataGrid but there is still > someth

RE: DataGrid x Internationalization

2005-02-18 Thread Néstor Boscán
ado el: Viernes, 18 de Febrero de 2005 11:24 a.m. Para: taglibs-user@jakarta.apache.org Asunto: DataGrid x Internationalization 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 in

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 yo

RE: Help - DataGrid x Internationalization

2005-01-17 Thread Néstor Boscán
. Regards, Néstor Boscán -Mensaje original- De: Joselito Viana Soares [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 14 de Enero de 2005 02:25 p.m. Para: taglibs-user@jakarta.apache.org Asunto: FWD: Help - DataGrid x Internationalization Hi, I am using Struts in my application. I can

FWD: Help - DataGrid x Internationalization

2005-01-14 Thread Joselito Viana Soares
Hi, I am using Struts in my application. I can use the internationalization offered by Struts? Regards, Joselito Soares From: Joselito Viana Soares <[EMAIL PROTECTED]> Subject: RES: Help - DataGrid x Internationalization Date: Wed, 12 Jan 2005 13:48:45 -0200 Content-Type: text

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 c

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

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
Instead of: Parent: Try: Parent: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Digby Sent: Saturday, September 04, 2004 12:48 PM To: [EMAIL PROTECTED] Subject: How do I pass a variable into an x select? I've just noticed that the select attribute of all

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 v

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

Re: tomcat exception caused by x-tags

2004-05-19 Thread Kris Schneider
. > > > > -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 k

Re: tomcat exception caused by x-tags

2004-05-19 Thread David Goodenough
t; 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 is, but it seems like the (SA

For the x-tags attribute problem

2004-05-19 Thread Helios Alonso
st-Post: <mailto:[EMAIL PROTECTED]> List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Delivered-To: mailing list [EMAIL PROTECTED] X-Qmail-Scanner-Mail-From: [EMAIL PROTECTED] via hermes.apache.org X-Qmail-Scanner: 1.20 (Cl

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 is

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

tomcat exception caused by x-tags

2004-05-19 Thread Klimenko, Mariya
I am working on struts application on eclipse. I need to display xml file marshalled by an action through 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 "x

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 ne

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 i

Tomcat 5.x and Tag Libraries

2004-04-01 Thread nrapagnani
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? If not, whic

X: attributes..

2003-07-28 Thread Rick Ross
I'm trying to use the value of an xml attribute in calculations later on in the page. Perhaps I'm mistaken, but given the following xml: and the following JSP: SELECT * FROM orders WHERE date = ? I get no rows returned. I realize that the x:set is settin

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 not

RE: JSTL problems on Tomcat 4.1.x

2003-02-13 Thread Schnitzer, Jeff
3 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:[EMA

RE: JSTL problems on Tomcat 4.1.x

2003-02-13 Thread Karr, David
bject: 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 probl

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

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

Re: JSTL and 'isUserInRole(x)'

2002-09-06 Thread Kan Ogawa
Hi, Achim. > can someone tell me how I can check with JSTL if a user is in Role x? > Thanks! > In the examples of "JavaServer Pages, 2nd Edition", the source code of sample custom tag for 'isUserInRole' is included. [ URL ] http://www.oreilly.com/catalog/jserverpa

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

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 Ex

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 t

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

2002-07-12 Thread John Hicks
t a stack trace (which I'll post at the bottom of this message). Does anyone know of some basic difference in the way that Netscape 4.x formats its request? My configuration:   RedHat 7.2   J2SDK1.4.0   Jakarta-Tomcat-4.0.3   JSTL 1.0 Release Candiate 1   PostgreSQL-7.1.3 256 MB RAM Th

RE: newbie: object with x attribute will be x tags or one tag?!

2002-07-11 Thread Alex Reznik
PROTECTED] Subject: newbie: object with x attribute will be x tags or one tag?! hello, i want to write a taglib library for different object/classes. when i have a class with a lot of attribute what do i do? should i write for every attribute a tag: , or do i write s.th. like , thanks in

newbie: object with x attribute will be x tags or one tag?!

2002-07-11 Thread Leif Hanack
hello, i want to write a taglib library for different object/classes. when i have a class with a lot of attribute what do i do? should i write for every attribute a tag: , or do i write s.th. like , thanks in advance, leif -- To unsubscribe, e-mail: For additio

Re: ${x}

2002-03-20 Thread Pedro Diaz
; Email: [EMAIL PROTECTED] > Ph: 8291680 Ext:1137 / 1136 > Dial-Comm: 8* 742-1114/1118 > > > John Baker > <[EMAIL PROTECTED]> > nergy.com> cc: > Subject:

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 t

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

Re: ${x}

2002-03-20 Thread Suryanarayana Murthy
cc: Subject: ${x} 20/03/2002 0

${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 just pass the String ${var} to my own tag? If so, I'm sadly beginning to conclude that there seems no easy meth

dbtags and resin 2.0.x

2001-11-28 Thread Wim Bervoets
Hello, I've tried to use DBTags in combination with Resin 2.0.x One problem I had was that when more then one result was in the resultset I would get a null pointer exception: null java.lang.NullPointerException at org.apache.taglibs.dbtags.resultset.BaseGetterTag.getColumnN

Xalan 1 x Xalan2

2001-04-27 Thread Vanessa Cangussu
hey, I am trying to use Xalan 2 and can't. If I use the jar files from Xalan 1 (xalan.jar and xerces.jar) it works fine. Then I tried to use jar files from Xalan 2 (xalanj1compat.jar, xalan.jar, and xerces.jar). It didn't work. My scenerio: I have a jsp file using the xsl tag library. I