Better yet, you write down the example. From what I read your object cannot be displayed as is. So please post the relevant code.
Bye, Helma > -----Original Message----- > From: angeloimm [mailto:[EMAIL PROTECTED] > Sent: Friday, 17 December, 2004 14:46 > To: users > Subject: Re: Request parameters form flow script to jx > > > Hi... first of all thanks for your reply. Now... have you > ever tried it? I have tried and i have an error that says: > function expected instead of an Object so i can't go on this > way..... can you send a working sample? > > Thanks > > ---------- Initial Header ----------- > > From : "Jon Evans" [EMAIL PROTECTED] > To : [EMAIL PROTECTED] > Cc : > Date : Fri, 17 Dec 2004 13:34:36 +0000 > Subject : Re: Request parameters form flow script to jx > > > > > On 17 Dec 2004, at 13:22, angeloimm wrote: > > > > > I have this problem... i'm in a flow script wher by using showForm > > > method i call a Form... now let's supppose i need to pass > a variable > > > to this form by using cocoon request... how can i do it? > I have tried > > > in all way but..... nothing to do; for now i'm able only > to use this > > > parameters by using cocoon session. > > > Thanks > > > > a jx form? You can do this: > > > > var message = "Hello, world!"; > > form.showForm("form-display-pipeline.jx", {"message": message}); > > > > > > and in your jx you can print out that value with: > > > > <p>Your message is: ${message}</p> > > > > Is that what you meant? > > > > Jon > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > ____________________________________________________________ > Regala e regalati Libero ADSL: 3 mesi gratis, navighi veloce > e scarichi a 1.2 Mega. > Abbonati subito senza costi di attivazione su http://www.libero.it > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
