You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Tom Terrace (JIRA)" <ji...@apache.org> on 2010/07/08 21:24:49 UTC

[jira] Updated: (WW-3463) Javatemplates plugin does not support dynamic attributes for tags

     [ https://issues.apache.org/jira/browse/WW-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Terrace updated WW-3463:
----------------------------

    Attachment: patch.txt

patch to add DynamicAttributesHandler and update SimpleTheme, AbstractCommonAttributesTest, and AbstractTest

> Javatemplates plugin does not support dynamic attributes for tags
> -----------------------------------------------------------------
>
>                 Key: WW-3463
>                 URL: https://issues.apache.org/jira/browse/WW-3463
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Java Templates
>    Affects Versions: 2.2.0
>            Reporter: Tom Terrace
>         Attachments: patch.txt
>
>
> Any dynamic attributes present in tags are dropped when using the javatemplates plugin.
> Ex: 
>   <s:a href="foo/bar" data-remote-target="foo"></s:a>
> comes out as 
>   <a href="foo/bar"></a> 
> I've created another very simple tag handler - DynamicAttributesHandler - and added it to all the appropriate FactoryLists in the SimpleTheme class.

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