You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Timothy Larson <Td...@ci.canton.oh.us> on 2002/09/18 18:46:55 UTC

how to go from url in session attribute to url with session encoded?

Anybody know how to take a url in a session attribute and encode the session onto it?
Non-working example to show what I am trying to do:
<xsp:encode-url><xsp-session:get-attribute name="fruit"/></xsp:encode-url>

Tim



---------------------------------------------------------------------
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>


Re: how to go from url in session attribute to url with session encoded?

Posted by Vadim Gritsenko <va...@verizon.net>.
Timothy Larson wrote:

>Anybody know how to take a url in a session attribute and encode the session onto it?
>Non-working example to show what I am trying to do:
><xsp:encode-url><xsp-session:get-attribute name="fruit"/></xsp:encode-url>
>

You need <xsp-response:encode-url>

Vadim


>Tim
>  
>




---------------------------------------------------------------------
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>