You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Gunnar Hillert (JIRA)" <ji...@apache.org> on 2007/10/20 18:36:39 UTC

[jira] Updated: (WW-771) Add an "errorStyleClass"-like attribute to form element tags

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

Gunnar Hillert updated WW-771:
------------------------------

    Attachment: css_error_style_patch.txt

A patch providing the following additional tag attributes: cssErrorStyle and cssErrorClass

> Add an "errorStyleClass"-like attribute to form element tags
> ------------------------------------------------------------
>
>                 Key: WW-771
>                 URL: https://issues.apache.org/struts/browse/WW-771
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>            Reporter: Xavier Defrang
>            Assignee: James Holmes
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: css_error_style_patch.txt
>
>
> From Struts HTML taglib documentation about the errorStyleClass attribute:
> <snip>
> CSS stylesheet class to be applied to this HTML element if an error exists for it (renders a "class" attribute).
> N.B. If present, this overrides the styleClass attribute in the event of an error.
> </snip>
> Translated into WebWork's vocabulary: replace the style class of the element if there's a fieldError associated with its name.
> Such a feature makes it very easy to highlight the fields having an error using plain CSS and without any presentation logic involved.

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