On Tue, Mar 6, 2012 at 3:53 AM, Dencel <[email protected]> wrote: > Currently the default model resolves to a ScalarModel value. Imo it would > be better to return freemarker.ext.beans.BeansWrapper. > getDefaultInstance().wrap(value);
Why? The values dealt with by ResolverHashModel<http://www.restlet.org/documentation/2.1/jee/api/org/restlet/util/Resolver.html>are booleans, Strings, Dates, Integers, and References, i.e., all scalars. --tim ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2931448

