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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to