RE: Question about Mailer Tag library.

2004-08-04 Thread Vianen, Jeroen van
Hi Bing, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 22:14 > To: [EMAIL PROTECTED] > Subject: Question about Mailer Tag library. > > > Hi, all, > > I am writing a simple jsp making use of the Mailer Tag > Library to send

Feature request in ?

2003-10-07 Thread Vianen, Jeroen van
To be able to write correct XHTML &'s in the querystring need to be escaped. To do so, I use the following code: ">Link to whatever This will return a correctly XML / XHTML escaped URL: ... Would it be possible in a future version of the JSTL to combine these two tags as f

RE: JSTP & Resin

2002-01-22 Thread Vianen, Jeroen van
Hi Yuri, > -Original Message- > From: Yuri Peter Kazakov [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 07:23 > To: '[EMAIL PROTECTED]' > Subject: JSTP & Resin > > > Hello, > > I downloaded JSP Standard Tag Library from Sun and installed > it under Resin. > But I can't ru

[standard] Patch for source attribute to also honor URLs

2002-01-02 Thread Vianen, Jeroen van
Hi, I had the following problem with the standard tag: when importing an XML file like this: http://hostname/path/to/file.xml"; var="xml"/> Where the (externally generated) XML file contains a reference to a DTD (and hence the file should be validated). The parse statement should be able to k

[standard] Null in Javascript scope patch

2001-12-20 Thread Vianen, Jeroen van
Hi, I tried to use the EA3 release of the JSTL standard tag library in Resin 2.0.4. My JSP more or less looks like this: <%@ taglib uri="http://java.sun.com/jstl/ea/core"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/ea/xml"; prefix="x" %> http://localhost/path/to/file.xml"; var="xml