I want to organize my JSP's located under /WEB-INF/jsp in subdirectories like
/WEB-INF/jsp/projects/
/WEB-INF/jsp/users/
etc.
I couldn't make this work with PropertiesMethodNameResolver, I don't want to use a resource bundle.
If this is possible, it would be nice if one of the sample apps would define views this way, avoiding to have only the simplest examples.
When it's not possbile, it should be added as a feature.


Reply With Quote