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