I forgot to say that the taglib I was refering was
xsl taglib.
Manuel
- Original Message -
From: Manuel Alzola
To: [EMAIL PROTECTED]
Sent: Wednesday, March 28, 2001 9:04 PM
Subject: Parameters in include tag
Hello. I´m using the include tag to put the output
of a servlet into
: Thursday, March 29, 2001 9:41
PM
Subject: Re: Parameters in include
tag
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
a
- 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
a combinacion valida en JSP 1.0
the xsl tag I´m using is the one from jakarta and
my server is Tomcat 3.2
Thanks- Original Message -
From: "Pierre Delisle" <[EMAIL PROTECTED]>To:
<[EMAIL PROTECTED]>Sent: Thursday, March 29, 2001 3:51
AMSubject: Re: Parameters
> 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:
{ }*
--
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