<s:checkboxlist> UI tag ignores CSS related parameters
------------------------------------------------------
Key: WW-3708
URL: https://issues.apache.org/jira/browse/WW-3708
Project: Struts 2
Issue Type: Bug
Components: Plugin - Tags
Affects Versions: 2.2.3.1
Reporter: Gabriel Belingueres
Priority: Minor
The <s:checkboxlist> tag ignores the style sheet parameters (cssStyle and cssClass).
From the "simple" Freemarker template it shows that it doesn't write the cssStyle it.
Adding the following code to the simple/checkboxlist.ftl file should fix it:
<#include "/${parameters.templateDir}/simple/css.ftl" />
Regards,
Gabriel
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|