Hi, If I want to have an additinal attribute, say, in a textfield tag, in a JSP, and use it in the freemarker template for the corresponding tag, text.ftl:
- can it be done without extending the tag library? - how are the additional attributes passed in the JSP? - how are they retrieved in the corresponding freemarker template? Cheers, J. Garcia