[ 
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.

Reply via email to