[
https://issues.apache.org/jira/browse/WW-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952984#comment-14952984
]
Hudson commented on WW-4430:
----------------------------
SUCCESS: Integrated in Struts-JDK7-master #371 (See
[https://builds.apache.org/job/Struts-JDK7-master/371/])
WW-4430 Resolves problem with missing setter and JasperException (lukaszlenart:
rev 4964b74797971751bedad0ba0982f53ef0934a2c)
* core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITagBeanInfo.java
> 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
> Assignee: Lukasz Lenart
> Fix For: 2.3.24
>
> 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)