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

Antonio Petrelli closed WW-2644.
--------------------------------

    Resolution: Not A Problem

Please don't use JIRA to ask question, ask it at the Struts Users mailing list:
http://struts.apache.org/mail.html

> <s:actionerror > Tag
> --------------------
>
>                 Key: WW-2644
>                 URL: https://issues.apache.org/struts/browse/WW-2644
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.0.11.1
>            Reporter: Himanshu Rathore
>            Assignee: Himanshu Rathore
>            Priority: Minor
>
> When using <s:actionerror > tag, the first character of error message is 
> automatically getting converted to upper case. I haven't set any 
> "text-transform" property in my CSS.
> If I do "View Source", I see proper text but on JSP its behaving weirdly.
> My CSS:
> .errorMessage {
>       color: red;
>       font: 10px verdana, arial, helvetica, sans-serif;
> }
> In "View Source"
> <ul>
>       <li><span class="errorMessage">Please enter User Id</span></li>
> </ul>
> But on JSP
> Please Enter User Id 
> I have included struts.properties in my project classpath and have set 
> struts.ui.theme=simple
> What could be the reason of this behaviour?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to