Re: JDBC : How about stored procedures

2001-03-29 Thread Morgan Delagrange
I don't see why we couldn't add a callableStatement tag, but I don't really use stored procedures. I'd be willing to review/collaborate if somebody were willing to make an initial contribution. - Morgan --- Daljeet Singh <[EMAIL PROTECTED]> wrote: > Hello, > > We are successfully using the tag

Re: Parameters in include tag

2001-03-29 Thread James Strachan
Hi Manuel   This one has bitten me more times than I like to remember. The quick answer is move to JSP 1.2 and it solves this problem - Tomcat 4.x supports JSP 1.2.   The more detailed answer is that in JSP 1.1 there is a problem using BodyTags which contain a inside their body. In JSP 1.1

Re: Parameters in include tag

2001-03-29 Thread Manuel Alzola
  - Original Message - From: Manuel Alzola To: [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 10:41 PM Subject: Re: Parameters in include tag Thanks Pierre.     works fine, but when I try to nest it in the following way                

Re: Parameters in include tag

2001-03-29 Thread Manuel Alzola
Thanks Pierre.     works fine, but when I try to nest it in the following way                 I get the error   javax.servlet.ServletException: Illegal to flush within a custom tag   and if I turn off flush I receive   jsp:include page="..." flush="true" es la unica combinacion valida

Re: Error in using XSL TagLib

2001-03-29 Thread Mullin Yu
Has someone implemented XSL Taglib by using Xalan 2?   Thanks!   Best regards, Mullin - Original Message - From: inder sabharwal To: [EMAIL PROTECTED] Sent: Tuesday, March 27, 2001 3:26 AM Subject: RE: Error in using XSL TagLib Got the same error some t