TapestryModule contributes to the DefaultDataTypeAnalyzer String.class as "text". Is it possible to override what String.class is mapped to?
http://tapestry.apache.org/tapestry5/tapestry-ioc/configuration.html states that: "The keys passed in must be unique. When conflicts occur, Tapestry will log warnings (identifying the source, in terms of invoked methods, of the conflict), and ignore the conflicting value." So I cannot simply do: configuration.add(String.class, "customText"); Peter Beshai