I have following code in sitemap, and what is "ServletService"
<
<
To: users@cocoon.apache.org
Cc: Huib Verweij
Sent: Thu, March 31, 2011 9:07:28 AM
Subject: Re: Calling servlet block from itself?
Hi,
try an absolute name:
regards
Thomas
Am 31.03.2011 13:04, schrieb Huib Verweij:
>
I have following code in sitemap, and what is "ServletService"
<
<
To: users@cocoon.apache.org
Cc: Huib Verweij
Sent: Thu, March 31, 2011 9:07:28 AM
Subject: Re: Calling servlet block from itself?
Hi,
try an absolute name:
regards
Thomas
Am 31.03.2011 13:04, schrieb Huib Verweij:
> H
Hi,
try an absolute name:
regards
Thomas
Am 31.03.2011 13:04, schrieb Huib Verweij:
Hi,
I would like to call a servlet from within a servlet, e.g.:
from within the db-servlet itself. I realize this is somewhat like a recursive
call and it could lead to unpleasant behavior.
Hi,
I would like to call a servlet from within a servlet, e.g.:
from within the db-servlet itself. I realize this is somewhat like a recursive
call and it could lead to unpleasant behavior. I also realize I have setup my
blocks incorrectly and probably need to create more blocks, pushin