|
From: <jo....@us...> - 2005-06-29 21:46:23
|
Hi,
A user entered form input CSV string gets mapped to a String[]
command property by the default StringArrayEditor. On an error I'd
expect spring.status.value (I'm using freemarker) to give me the
property edited value back, but I'm just getting the string array
property.
This isn't the behavior I expected. The value is property edited from
the form to the command by default, shouldn't it be edited back? Do I
have to explicitly register the editor to get the CSV value?
The taglib documentation says:
status.value: the actual value of the bean or property
(transformed using registered PropertyEditors)
Since the StringArrayEditor is registered by default I'd expect it to
kick in?
jo
|