Re: Binding multiple values to a single immutable object

2009-11-03 Thread Gareth Davis
Thanks, their is a further complexity in my system, in that the exact type of the Value isn't actually known at compile time it is actually a kinda urber configurable form display, hence the desire to use a TypeConverter, but I think you are right and a different approach is inevitable. Currently l

Re: Binding multiple values to a single immutable object

2009-11-03 Thread Robert Graf-Waczenski
Gareth Davis schrieb: The more I look at the Ognl stuff and the ParametersIntercepter the more I've convincing my self that this is just not possible with the framework, can anybody confirm this? Others may have a deeper knowledge of the framework, but i would approach your issue differentl

Binding multiple values to a single immutable object

2009-11-03 Thread Gareth Davis
Hi, This is actually a repost of a stackoverflow question that I've been unable to get an answer for: http://stackoverflow.com/questions/1644340/multiple-field-ognl-type-converter My problem is that I have an immutable object that is captured in multiple fields on the UI. The http post looks lik