Re: Using EL implementation of Standard Taglib in JSP 1.1 container

2002-07-16 Thread Shawn Bayern
On Wed, 17 Jul 2002, Kan Ogawa wrote: > Is it possible to use EL implementation of Standard Taglib in JSP 1.1 > container ??? No. JSTL's features require JSP 1.2, and so the Standard Taglib's implementation depends on 1.2 as well. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com (co

Using EL implementation of Standard Taglib in JSP 1.1 container

2002-07-16 Thread Kan Ogawa
Hello, Is it possible to use EL implementation of Standard Taglib in JSP 1.1 container ??? -- Kan Ogawa [EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: JSTL: session tracking

2002-07-16 Thread Shawn Bayern
On Tue, 16 Jul 2002, Alex Reznik wrote: > i get all my info strictly from the tld's in my web-inf/tld. is there > another online document that has descriptions of all these tags in > more detail? Yes, JSTL is a standard and has a formal specification. The JSTL 1.0 specification is available fro

RE: Mailer tag - attach problems

2002-07-16 Thread Chen, Gin
Dont know if its an email error but I think you have it in incorrect syntax: according to the docs it should be: but since file cannot take a Runtime Expression you might try it as: The name of the file to be included as an attachment. The name of the file must be a path or file name rea

RE: JSTL: session tracking

2002-07-16 Thread Alex Reznik
i get all my info strictly from the tld's in my web-inf/tld. is there another online document that has descriptions of all these tags in more detail? -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 12:57 PM To: Tag Libraries Users List Subject

Mailer tag - attach problems

2002-07-16 Thread Nguyen Christine T Contr AFMSA/SGSID
I am trying to have a dynamic mail sent using Jakarta's mailer tag. The email is sending fine, until I added the attachment functionality. Hard coding the file in the attributes worked fine, but when I added a dynamic request in the body, things went wrong. Here is a sample of my coding: <%@ tagl

Re: JSTL: session tracking

2002-07-16 Thread Shawn Bayern
On Tue, 16 Jul 2002, Alex Reznik wrote: > I am trying to track a session using JSTL that was originated as a regular > jsp page, > <%@page session ="true" %>, i need to make a ckeck something like test="${empty session}">, redirect... > what should be the body of my test?\ ${pageContext.sessio

RE: JSTL: session tracking

2002-07-16 Thread Alex Reznik
Nevermind, just checking for empty sessionScope works fine alex -Original Message- From: Alex Reznik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 12:05 PM To: 'Tag Libraries Users List' Subject: JSTL: session tracking Hi, I am trying to track a session using JSTL that was ori

JSTL: session tracking

2002-07-16 Thread Alex Reznik
Hi, I am trying to track a session using JSTL that was originated as a regular jsp page, <%@page session ="true" %>, i need to make a ckeck something like , redirect... what should be the body of my test?\ thank you, alex -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] S

Re: XSLT

2002-07-16 Thread Shawn Bayern
On Tue, 16 Jul 2002, Hartmut Bernecker wrote: > I used to take struts-tags for doing some XSL-Transformations: > xsl="xsl/myXslTemplates.xsl"/> > > Now I want to switch to JSTL and want to do the same: > > > > But the result is: > javax.servlet.ServletException: > javax.xml.transform.Transfo

XSLT

2002-07-16 Thread Hartmut Bernecker
Hello, I used to take struts-tags for doing some XSL-Transformations: Now I want to switch to JSTL and want to do the same: But the result is: javax.servlet.ServletException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParse

Re: jstl: expression language does not use interface?!!

2002-07-16 Thread Shawn Bayern
On Tue, 16 Jul 2002, Leif Hanack wrote: > with jstl i still can set a new value: > > > > why?! is this a bug?! > > it seems as if the EL does not care about which interface i defined. > he always work on the real object type. > > any help?! Indeed, this is the specified behavior, and nothin

jstl: expression language does not use interface?!!

2002-07-16 Thread Leif Hanack
hello, i have a basic question. i have a user object with getter and setter. on my jsp page i just want to allow the web-developer to get values. setting value should not be allowed on the jsp page! to realize it, i write an interface IUser which only includes the getter. without jstl i can wr

Re: db taglibs questions

2002-07-16 Thread Chuck Amadi
Igor Bursin wrote: >Hello, Kevin. >I do not need to show results sql query through web. I want to write down >results of sql query in variables that further them to use... > >- Original Message - >From: "Kevin Passey" <[EMAIL PROTECTED]> >To: "'Tag Libraries Users List'" <[EMAIL PROTECTED