Javatemplates Plugin
This plugin provides a faster Java implementation of tags in the “simple” theme.
Installation
- This plugin can be installed by copying the plugin jar into your application’s /WEB-INF/lib directory. No other files need to be copied or created.
- Set these properties in struts.xml:
<struts>
<constant name="struts.ui.templateSuffix" value="java" />
<constant name="struts.ui.theme" value="simple" />
</struts>
The plugin is a drop in replacement for the supported tags in the simple theme, so no other configuration is required.
Supported tags
a
actionerror
actionmessage
checkbox
datetextfield
div
fielderror
file
form
head
hidden
label
password
select
reset
submit
textfield
textarea
token
Performance benchmark
TODO