Daniel Fagerstrom wrote:
While I agree that good practice would be to not allow this, I would prefer that this behavior be configurable either when the component is declared or when it is used. It should not be allowed to be overridden in the template. The default should be to not allow this. The reason to allow this is that some users will always find some special case where this is needed, and not having the ability to do it will make their life miserable.
We should also IMO remove the Java package mechanism from the environment in CTemplate, i.e. the possibillity to do:
${java.util.HashMap()}
