You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Michael Hintenaus (JIRA)" <ji...@apache.org> on 2014/12/11 13:58:13 UTC

[jira] [Created] (WW-4430) using style attribute leads to a JasperException

Michael Hintenaus created WW-4430:
-------------------------------------

             Summary: using style attribute leads to a JasperException
                 Key: WW-4430
                 URL: https://issues.apache.org/jira/browse/WW-4430
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Tiles
    Affects Versions: 2.3.20
         Environment: Tomcat 7.0.57
            Reporter: Michael Hintenaus
             Fix For: 2.3.x


{code:xml}
<s:select list="versionen" cssClass="selectxs" style="width: 120px;" />
{code}
leads to:
org.apache.jasper.JasperException: /tiles/header.jsp (line: 28, column: 2) Unable to find setter method for attribute: style
 
{code:xml}
<s:select list="versionen" cssClass="selectxs" cssStyle="width: 120px;" />
{code}
everything is fine



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)