You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Kavitha Ramesh <ka...@yahoo.com> on 2002/11/26 11:40:02 UTC

Invoking a Servlet

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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>