Tibi,

You can get the parameter with this function :
parameters.getParameter("lang", "unknown");
(unkown is the default value)

If you want to insert it outside java code within your xsp, use <xsp:expr> :
<xsp:expr>parameters.getParameter("lang", "unknown")</xsp:expr>

If somebody knows a better way, please tell us :-)
-- 
Arnaud Bienvenu
http://www.generasound.com/

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