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

Re: Parameters in include tag

2001-03-28 Thread Pierre Delisle
Manuel Alzola wrote: Hello. Im 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: jsp:include