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/04/03 21:56:23 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=13245655#comment-13245655 ] 

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

I meant, that there is one parenthesis missing
{code:java}
if (Modifier.isProtected(f.getModifiers()) 
    && (f.getType().equals(String.class) || (clz.equals(ListUIBean.class) && f.getName().equals("list"))))
    standardAttributes.add(f.getName());
{code}

so it should be either String or (ListUIBean and 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