Specifying Struts templates source
- by Chris
Say I'm using a form with a text-field.
<@s.form action="login"
<@s.textfield label="E-mail" name="email"/
<@s.submit value="send"/
How can I specify that the text-form should be generated by a custom template (text_login.ftl) rather than the standard text.ftl?