Hi,
I have
	but with the build of SmartClient Version: SC_SNAPSHOT-2010-11-22  "Object value" is now an array (not so in SC_SNAPSHOT-2010-11-12).
Is this a bug, new development or will it be like this in the future?
					I have
Code:
	
	public class MyValueFormatter implements FormItemValueFormatter {
public String formatValue(Object value, Record record, DynamicForm form, FormItem item) {
}
}
Is this a bug, new development or will it be like this in the future?

Comment