[ 
https://issues.apache.org/struts/browse/WW-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47103#action_47103
 ] 

zhouyanming commented on WW-3174:
---------------------------------

http://freemarker.sourceforge.net/docs/ref_directive_macro.html

<#macro img src extra...>
  <img src="/context${src?html}" 
  <#list extra?keys as attr>
    ${attr}="${extra[attr]?html}"
  </#list>
  >
</#macro>
<@img src="/images/test.png" width=100 height=50 alt="Test"/>  

> Update UI tags in freemarker to allow custom html tag attributes
> ----------------------------------------------------------------
>
>                 Key: WW-3174
>                 URL: https://issues.apache.org/struts/browse/WW-3174
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.1.8
>            Reporter: zhouyanming
>            Assignee: Musachy Barroso
>
> please see  https://issues.apache.org/struts/browse/WW-2092

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to