[Portal] change content of a CachingURICoplet

2005-01-27 Thread David Duhme
Hello Cocooners, after several months of practicing cocoon it still takes me hours and days to get some tricky things working. Hope I'm not the only one making this experience ;) Let me explain what I'm trying to do and perhaps someone can help me with that. I've written a custom generator

Re: [Portal] change content of a CachingURICoplet

2005-01-27 Thread Jean-Christophe Kermagoret
Hi David, As you have realized, the portal doesn't use request parameters, but events and actions. When you request a portal page, this page calls each portlet that described it. Each portlet has its own set of parameters you can use in your pipeline. For example, you may have a portlet, with

Re: [Portal] change content of a CachingURICoplet

2005-01-27 Thread David Duhme
Hi Jean-Christophe, first of all thanks for your reply. I think I haven't yet understood completly how to deal with coplet parameters. So with your hints I will try some new approaches. But I got another question. In which context do I use elements with the syntax cl:links

Re: [Portal] change content of a CachingURICoplet

2005-01-27 Thread Jean-Christophe Kermagoret
Hi David, Just declare the following namespace : xmlns:cl="http://apache.org/cocoon/portal/coplet/1.0" The cl:* will be transformed in events by the coplet transformer in the portal David Duhme a crit: Hi Jean-Christophe, first of all thanks for your reply. I think I

Re: [Portal] change content of a CachingURICoplet

2005-01-27 Thread Frank Taffelt
t: Thursday, January 27, 2005 2:58 PM Subject: Re: [Portal] change content of a CachingURICoplet Hi David,Just declare the following namespace : xmlns:cl="http://apache.org/cocoon/portal/coplet/1.0"The cl:* will be transformed in events by the coplet transformer in the po

Re: [Portal] change content of a CachingURICoplet

2005-01-27 Thread Jean-Christophe Kermagoret
information like: a href="" class="mycss"linktext/a Thanks, Frank - Original Message - From: Jean-Christophe Kermagoret To: users@cocoon.apache.org Sent: Thursday, January 27, 2005 2:58 PM Subject: Re: [Portal] change content o