I want to pass the parameter "username" with value "joe" to my generator (myservice.jsp)
 
The problem is:
 
    The user tries the page http://myserver/test.html?username=joe
 
    And i have the following in sitemap.xmap:
 
<map:pipeline>
    <map:match pattern="test.html">
      <map:act type="request">
        <map:parameter name="parameters" value="true"/>
        <map:generate type="jsp" src=""/>  
      </map:act>
   <map:transform src=""/>
      <map:serialize type="html"/>
    </map:match>
   </map:pipeline>
 </map:pipelines>
 
Well, it doesn't work !!! :-(
 
Is this the correct way?
 
Please help,
 
thanks in advance.
 
Eduardo.

Reply via email to