You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/05/13 15:23:17 UTC

[jira] [Closed] (TAP5-1149) Make ValidationTracker.extraErrors visible in Interface

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

Jochen Kemnade closed TAP5-1149.
--------------------------------

    Resolution: Not a Problem

Another year has passed since the last comment. Therefore, we assume this issue has either been resolved in the meantime or it is no longer relevant to you.
If recent versions of Tapestry (i.e. 5.4 betas and 5.3.7) are still affected, please reopen the issue and adjust the "Affected Version/s" property.

> Make ValidationTracker.extraErrors visible in Interface
> -------------------------------------------------------
>
>                 Key: TAP5-1149
>                 URL: https://issues.apache.org/jira/browse/TAP5-1149
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.19
>            Reporter: Michael Wyraz
>            Priority: Trivial
>              Labels: bulk-close-candidate
>
> I tried to create a component that shows only extra errors (because all other errors are shown at the field using a validation decorator). But it's not possible (except using cast and/or reflection) to access it.
> Please add something to the ValidationTracker Interface that gives information about where an error belongs to.
> Idea:
> List<String> getFieldsWithErrors(); // Returns names of fields which have errors recorded
> List<String> getExtraErrors(); // REturns all errors not bound to a field



--
This message was sent by Atlassian JIRA
(v6.2#6252)