You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (Commented) (JIRA)" <ji...@apache.org> on 2012/03/07 22:30:59 UTC

[jira] [Commented] (WW-3174) Update UI tags in freemarker to allow custom html tag attributes

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

Lukasz Lenart commented on WW-3174:
-----------------------------------

I'm not really sure if this is correct:

{code}
if (Modifier.isProtected(f.getModifiers()) 
    && (f.getType().equals(String.class) || clz.equals(ListUIBean.class) && f.getName().equals("list")))
        standardAttributes.add(f.getName());
{code}

field must be String or ListUIBean and name == list ...
                
> Update UI tags in freemarker to allow custom html tag attributes
> ----------------------------------------------------------------
>
>                 Key: WW-3174
>                 URL: https://issues.apache.org/jira/browse/WW-3174
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.1.8
>            Reporter: zhouyanming
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.2
>
>         Attachments: WW-3174-2.patch, WW-3174.patch, patch.txt
>
>
> please see  https://issues.apache.org/struts/browse/WW-2092

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira