RE: t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Eldred Mullany
Message- From: Christophe Cordenier [mailto:christophe.corden...@gmail.com] Sent: 02 August 2010 02:00 PM To: Tapestry users Subject: Re: t:5.1.05 passing Object in t:context parameter using actionLink Hi ! To handle client/server and server/client encoding of custom Types, you have to

RE: t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Eldred Mullany
Thanks Christophe I will give it a go. -Original Message- From: Christophe Cordenier [mailto:christophe.corden...@gmail.com] Sent: 02 August 2010 02:00 PM To: Tapestry users Subject: Re: t:5.1.05 passing Object in t:context parameter using actionLink Hi ! To handle client/server and

Re: t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Christophe Cordenier
Hi ! To handle client/server and server/client encoding of custom Types, you have to provide your an implementation of ValueEncoder. Contribute it to the ValueEncoderSource and context parameters will be handled properly/automatically. 2010/8/2 Eldred Mullany > Hi Guys > > > > I have a grid com

t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Eldred Mullany
Hi Guys I have a grid component, in one of the parameter cells I have an actionLink, passing t:context="Object": I get illegalArgumentException : Could not find a coercion from type java.lang.String to type za.co.easypay.econfig.beans.stores.Store. I notice that the parameter is one m