You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Yuri (JIRA)" <ji...@apache.org> on 2015/02/06 02:41:35 UTC

[jira] [Updated] (WW-4460) style for select tag is no longer works

     [ https://issues.apache.org/jira/browse/WW-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri updated WW-4460:
---------------------
    Description: 
The attribute style no longer works. 
<s:select style="width:250px;" ...
throws error:
org.apache.jasper.JasperException: /something.jsp(72,7) Unable to find setter method for attribute: style
Changing it to cssStyle fixes it. But style attribute is valid on and it used to work fine in 2.3.15 

  was:
The attribute style no longer works. 
<s:select style="width:250px;" ...
Changing it to cssStyle fixes it. But style attribute is valid on and it used to work fine in 2.3.15 


> style for select tag is no longer works
> ---------------------------------------
>
>                 Key: WW-4460
>                 URL: https://issues.apache.org/jira/browse/WW-4460
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.3.20
>         Environment: JBoss 
>            Reporter: Yuri
>
> The attribute style no longer works. 
> <s:select style="width:250px;" ...
> throws error:
> org.apache.jasper.JasperException: /something.jsp(72,7) Unable to find setter method for attribute: style
> Changing it to cssStyle fixes it. But style attribute is valid on and it used to work fine in 2.3.15 



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