Pebble templates for struts framework (examples included)
- unbescape 1.1.6.RELEASE.jar
Default values for constants:
struts.pebble.prefix = WEB-INF/templates
struts.pebble.suffix = .htmlAdd constants in struts.xml (optional)
...
<constant name="struts.pebble.prefix" value="templates" />
<constant name="struts.pebble.suffix" value=".html" />
...or add constants in struts.properties (optional)
struts.pebble.prefix = templates
struts.pebble.suffix = .html