I'm not aware of any such tag as "xsp:variable".

You can however, just use xsp:logic sections.  e.g.:

<xsp:logic>
         String  contenido = <xsp-request:get-parameter name="contenido"/>;
</xsp:logic>


DR


At 07:57 PM 12/6/01 +0100, you wrote:
>How can I assing the value from <xsp-request:get-parameter
>name="contenido"/> to my variable.
>
>It not works:
><xsp:variable name="MiContenido">
>     <xsp-request:get-parameter name="contenido"/>
></xsp:variable>
>
>Can I assign the xsp-request:get-parameter value to an xsp:variable inside
>the tags <xsp:logic> ??? How can I do it??
>
>It's possible?
>
>Thanks
>
>
>---------------------------------------------------------------------
>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