You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/12/23 10:55:13 UTC

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

    [ https://issues.apache.org/jira/browse/WW-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256809#comment-14256809 ] 

ASF subversion and git services commented on WW-4430:
-----------------------------------------------------

Commit 4964b74797971751bedad0ba0982f53ef0934a2c in struts's branch refs/heads/develop from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=4964b74 ]

WW-4430 Resolves problem with missing setter and JasperException


> 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 - Tags
>    Affects Versions: 2.3.20
>         Environment: Tomcat 7.0.57
>            Reporter: Michael Hintenaus
>             Fix For: 2.3.21
>
>         Attachments: stacktrace
>
>
> {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)