|
From: Rob M. <Rob...@pe...> - 2004-06-09 20:46:58
|
jürgen höller[ werk3AT] <juergen.hoeller <at> werk3at.com> writes: > > FYI, I've just made my suggestion work through the introduction of a new feature: String arrays can now be > converted to other arrays, just like Lists can. So registering an editor for an individual InetAddress > would work now, even if populated with a String array: Each String gets converted to an InetAddress, just > like each List element would get converted when populated with a List. > > This code will be included in the upcoming 1.0 RC1. I have the need to convert a CSV value from a form post to an array of Longs, so I was curious if this enhancement had ever made it to the code base. I've poked around in the JavaDocs, but haven't found anything answering to this description. Regards, Rob |