How can that parameter be used in XSP? xsp:get-parameter? Because
xsp-request:get-parameter is only for request parameter isn't it?

Edgar

-----Oorspronkelijk bericht-----
Van: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
Verzonden: woensdag 29 mei 2002 4:26
Aan: [EMAIL PROTECTED]
Onderwerp: RE: Sitemap object in xsp


> From: Kenny Chow [mailto:[EMAIL PROTECTED]]
> 
> Hi there,
>     After an action is executed in a pipeline, a map
> object is returned. Now my question comes -- how could
> I possibly obtain this map object in xsp?
> 
> any response appreciated. :)

Here is the response:

  It is not possible.

Use request's or session's attributes to pass information. The only
other possibility is to pass sitemap parameters to the XSP explicitly:

<map:act type="mine">
  <map:generate type="serverpages" src="mine.xsp">
    <map:parameter name="param-name" value="{param-name}"/>
  </map:generate>
</map:act>

But you have to know all parameter names and they should be fixed.

Vadim


> KC
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to