[
https://issues.apache.org/struts/browse/WW-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44714#action_44714
]
Gabriel Belingueres commented on WW-2610:
-----------------------------------------
Indeed I see (in S2.1.2) that there are times where an cssErrorClass is not
taken into account by the web browser because style attributes take precedence.
Ex:
<style type="text/css">
<!--
.myok { background-color: green }
.myerror { background-color: yellow }
-->
</style>
> checkfielderror.ftl does not highlight select tag errors in yellow
> ---------------------------------------------------------------------
>
> Key: WW-2610
> URL: https://issues.apache.org/struts/browse/WW-2610
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.0.9
> Environment: Windows XP , Eclipse
> Reporter: Peter Wages
> Priority: Minor
> Fix For: 2.1.3
>
>
> Whereas checkfielderror.ftl of the simple theme will find field errors
> for a textfield and change the background to yellow. It will not do so
> for select tags. The error message for the select tags show up so the
> theme knows about the errors. It would seem that the fielderrors
> array/list is removed or dis appears.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.