Carsten Ziegeler wrote:
javascript wrote:
I need help with portal engine.
I am creating a form in a coplet but when I try to transfer the parameters from a page to another in the same coplet, these do not come added to the sequence and I have one similar that:
edit.do?page=index?copletid=app-wiki-1
instead that: edit.do?page=index&copletid=app-wiki-1
The portal has an error because receive the wrong parameter (index?copletid=app-wiki-1).
Which version of Cocoon are you using? I think this is fixed in 2.1.6.
Carsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
I'm using 2.1.6 but I solved it in another way.
I receive the parameters and store them in the session and not in the URL.
In this way I have integrated a wiki editor in the portal engine.
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.6 - Release Date: 28/12/2004
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
