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 (JIRA)" <ji...@apache.org> on 2010/07/13 07:55:50 UTC

[jira] Resolved: (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 ]

Lukasz Lenart resolved WW-3463.
-------------------------------

         Assignee: Lukasz Lenart
    Fix Version/s: 2.2.1
       Resolution: Fixed

Patch applied, thanks!

> 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
>            Assignee: Lukasz Lenart
>             Fix For: 2.2.1
>
>         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.