[ https://issues.apache.org/jira/browse/WW-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844178#comment-13844178
]
Mathieu Jambou commented on WW-4253:
------------------------------------
Lukasz,
I already do that to solve my problem.
But I think it's better if the correction is made in Struts than everyone redefine radiomap.ftl
in his project.
> radiomap xhtml template
> -----------------------
>
> Key: WW-4253
> URL: https://issues.apache.org/jira/browse/WW-4253
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Tags
> Affects Versions: 2.3.4
> Reporter: Mathieu Jambou
> Labels: easyfix
> Fix For: 2.3.17
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> In simple/radiomap.ftl setting of class and style occurs twice.
> source code:
> {code:xml}
> <#if parameters.cssClass??>
> class="${parameters.cssClass?html}"<#rt/>
> </#if>
> <#if parameters.cssStyle??>
> style="${parameters.cssStyle?html}"<#rt/>
> </#if>
> <#include "/${parameters.templateDir}/simple/css.ftl" />
> {code}
> And css.ftl handle class and style again.
> My solution:
> Remove:
> {code:xml}
> <#if parameters.cssClass??>
> class="${parameters.cssClass?html}"<#rt/>
> </#if>
> <#if parameters.cssStyle??>
> style="${parameters.cssStyle?html}"<#rt/>
> </#if>
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)
|