Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
It would be cool to be able to allow multiple view types such as Velocity, Freemarker and JSP.
I've implemented this in the patch attached to this.
All you have todo is add the init parameter "viewtypes" to web.xml. This contains a commadelimited list of extensions, which are listed in priority.
diff of changes to support multiple views types.