Pebble templates for struts framework (examples included)
- java 17 or greater (for older version use
java8
branch) - struts 7 libraries
- pebble-3.2.2.jar
- unbescape-1.1.6.RELEASE.jar
Default values for constants:
struts.pebble.prefix = WEB-INF/templates
struts.pebble.suffix = .html
Add 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