Im working with the date picker and all I’m getting: y y y instead of the
actual days IE: m t w. Ive searched the net, src, & my templates and I’m
not getting anywhere,
Config info & Versions
5.4.0
2.5
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery");
configurati
How do i get a custom ValueEncoder under control of IOC?
I have a ValueEncoder that translates a id to a Object from a db.
public class PropertyTypeEncoder implements ValueEncoder {
@Inject
private Session session;
public PropertyTypeEncoder(Session session) {
this.sess