Hi, Normally we invoke a servlet in the pipeline as follows:
<map:pipeline match="..."> <map:act type="request"> <map:parameter name="parameters" value="true"/> <map:generate src="http://my.server.com/path/servlet{requestQuery}"/> </map:act> <!-- rest of pipeline to process results --> </map:pipeline> But I would like to call the servlet directly without invoking the URL.For example, <map:generate src="servlet{requestQuery}"/> Is this possible?If so how?Help me please,,, Kavitha Ramesh. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>