You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Philippe Guillard <pg...@soociety.com> on 2004/06/24 13:49:38 UTC

Coplet link : alternative to cl:link or bookmark ?

Hi,

Is there another way to write links in a coplet other than cl:link or
bookmark since i stay in the same coplet? This is to get the
request-params the normal way, instaed of the
"{coplet:attributes/param}" stuff in the sitemap.

My coplet would be for example an XSP page with links to other XSP pages
to show and a parameter href="page1?param=1" and "page2?param=2".
For the moment i have to use this crazy thing:
 
<map:generate type="xsp" src="{coplet:copletData/attributes/page}.xsp">
<map:parameter name="param" value="{coplet:attributes/param}"/>
</map:generate>    

Regards,

Phil


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org