Smith

In Cocoon, its the role of the pipeline to handle requests...
Assuming I type http://xxx?x=3&y=4 into my browser,
or that this URI results from another form somewhere in
the system, why not just have a pipeline match for this:

    <map:match pattern="xxx">
      <map:generate  type="serverpages" src="handle_page.xsp"/>
      <map:transform src="page2html.xsl">
        <use-request-parameters>true</use-request-parameters>
      </map:transform>     
      <map:serialize/>
    </map:match>  

(Obviousy the my_next_page.xsp can also handle the X and Y if
needed...)

Derek

>>> [EMAIL PROTECTED] 2004/08/19 03:03:45 PM >>>
I retrieve 2 parameters from a url using xsp request.

is there any way to post these 2 parameters to the next url
automatically without having a submit button ?

ie the url http://xxx?x=3&y=4 should automatically direct to a page
where the values of x and y will be posted.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to