RE: Type Converter question

2006-12-13 Thread Ed Cohen
sm is the Object converted to a String (in the first place)? Ed -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 7:10 PM To: Tapestry users Subject: Re: Type Converter question Chances are good this is related to a client-side persi

Re: Type Converter question

2006-12-12 Thread Howard Lewis Ship
Chances are good this is related to a client-side persistent property, or a property stored inside a form using Hidden. A type converter is most likely being used to convert from a string to some server-side type. Perhaps you tried to update a property that is really an entity type? A stack tra

Type Converter question

2006-12-12 Thread Ed Cohen
When refreshing a form, I get the error: "No type converter for type TypeABC" My question is: Why does Tapestry (4.0) invoke a "type converter". What does Tapestry use it for? Ed