You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by H....@MI.unimaas.nl on 2004/01/14 14:44:51 UTC

how to delete parameter from request in flow?

Hi,

I managed to get my flow script + woody form working with no continuation id
in the URL thanks to this mail:

http://archives.real-time.com/pipermail/cocoon-users/2003-December/043433.ht
ml

Now the problem is where to put the sitemap snippet. When I put it at the
bottom, somehow it isn't found (so my form starts from scratch every time).
When I put it at the top I get the endless loop the mail is talking about.

My idea was to remove the continuation id from the request parameters just
before I call cocoon.sendpage(), but how do I do that? Or, is it possible?


Bye,

Helma van der Linden
Medical Informatics
University Maastricht
POBOX 616
6200 MD Maastricht
The Netherlands
h.vanderlinden@mi.unimaas.nl 

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


Re: how to delete parameter from request in flow?

Posted by Olivier Billard <ob...@rennes.jouve.fr>.
Hi Helma,

you can remove request attribute with cocoon.request.removeAttribute("attr-name");


-- 
Olivier BILLARD



On 14/01/2004 14:44, H.vanderLinden@MI.unimaas.nl wrote:

> Hi,
> 
> I managed to get my flow script + woody form working with no continuation id
> in the URL thanks to this mail:
> 
> http://archives.real-time.com/pipermail/cocoon-users/2003-December/043433.ht
> ml
> 
> Now the problem is where to put the sitemap snippet. When I put it at the
> bottom, somehow it isn't found (so my form starts from scratch every time).
> When I put it at the top I get the endless loop the mail is talking about.
> 
> My idea was to remove the continuation id from the request parameters just
> before I call cocoon.sendpage(), but how do I do that? Or, is it possible?
> 
> 
> Bye,
> 
> Helma van der Linden
> Medical Informatics
> University Maastricht
> POBOX 616
> 6200 MD Maastricht
> The Netherlands
> h.vanderlinden@mi.unimaas.nl 



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