Re: Parameters in include tag

2001-03-28 Thread Pierre Delisle
> Manuel Alzola wrote: > > Hello. I´m using the include tag to put the output of a servlet into a jsp > page. It works fine but I also need to put some parameters in the request. Is > there a nested tag to let me do this? Is there any other way to accomplish it? You may use: { }* --

Re: including servlets in a customed tag

2001-03-28 Thread Pierre Delisle
> David Treves wrote: > > Hi, > > I am trying to include a servlet while processing a tag I wrote, I don't > need specifically the request and response of the pageContext of that tag. I > tried to include the servlet with new and with the existing request/response, > both way the servlet s

JDBC : How about stored procedures

2001-03-28 Thread Daljeet Singh
Hello, We are successfully using the tag library in our project. What seems to be lacking is support for callable statement? Is there a way we could execute stored procedures. We are using SQL server 7.0 with JDBC-ODBC bridge on Tomcat 3.2 in our project. Thanks Daljeet Singh ecExperts India

including servlets in a customed tag

2001-03-28 Thread David Treves
Hi,       I am trying to include a servlet while processing a tag I wrote, I don't need specifically the request and response of the pageContext of that tag. I tried to include the servlet with new and with the existing request/response, both way the servlet simply was not included. it looks

including servlets in a customed tag

2001-03-28 Thread David Treves
Hi,       I am trying to include a servlet while processing a tag I wrote, I don't need specifically the request and response of the pageContext of that tag. I tried to include the servlet with new and with the existing request/response, both way the servlet simply was not included. it looks

Parameters in include tag

2001-03-28 Thread Manuel Alzola
Hello. I´m using the include tag to put the output of a servlet into a jsp page. It works fine but I also need to put some parameters in the request. Is there a nested tag to let me do this? Is there any other way to accomplish it?   Thanks in advance Manuel