Hi,

In the interest of cutting boilerplate from mapped objects, I would
like to get the display name from a property file.

So I was thinking that it would be an idea to add a
MapperRules.nameToDisplayName such as this

var  nameToDisplayName: ( Mapper[_], String) = (_,name) => name

This would allow me to do things like nameToDisplayName = (m,name) =>
S.?(m.getClass.getName+"."+name)

Thoughts?

/Jeppe

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to