Re: StrutsTypeConverter API

2007-12-14 Thread Gary Affonso
Alberto A. Flores wrote: Does anyone knows why the API for the StrutsTypeConverter abstract class takes an array of Strings instead of a single one (the convertFromString method)? The sample app seems to be always checking for the first element. Is OGNL supposed to add more? Any feedback will

StrutsTypeConverter API

2007-12-14 Thread Alberto A. Flores
Does anyone knows why the API for the StrutsTypeConverter abstract class takes an array of Strings instead of a single one (the convertFromString method)? The sample app seems to be always checking for the first element. Is OGNL supposed to add more? Any feedback will be appreciated... Thanks