That sounds like a good idea. But is the data in these fields not also
passed in the URL?

On Wed, 2006-01-18 at 12:59 +0100, Norbert Sándor wrote:
> Maybe embed those components in a Form...
> So big objects will be stored in hidden fields.
> 
> BR,
> Norbi
> 
> ----- Original Message ----- 
> From: "Stijn Christiaens" <[EMAIL PROTECTED]>
> To: "Tapestry users" <tapestry-user@jakarta.apache.org>
> Sent: Wednesday, January 18, 2006 12:50 PM
> Subject: ActionLink and DirectLink
> 
> 
> > Hello everybody,
> >
> > previously I used ActionLink to do my dirty work, but it seems that this
> > is not such a safe approach. In transferring to DirectLink I am a little
> > bit unsure about how to continue.
> > I use my DirectLink with a listener and parameters. Unfortunately, the
> > parameter Object I have to pass is too big to be serialized in the URL
> > (the DirectLink does nothing because the URL is too long). So I probably
> > have to pass some kind of key (no database key as it is an Object in
> > edit, so not saved yet and not to be saved yet either) as parameter.
> > Where do I store the Object that is associated with this key?
> > Do I place it on the Component or somewhere on something I can access
> > using IRequestCycle?
> >
> > Thanks in advance!
> >
> > Ciao,
> >
> > Stijn
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > -- 
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: 2006. 01. 
> > 18.
> >
> > 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to