FieldTracker are not exposed and hence it is difficult to locate the field in 
error from ValidationTracker
----------------------------------------------------------------------------------------------------------

                 Key: TAP5-1104
                 URL: https://issues.apache.org/jira/browse/TAP5-1104
             Project: Tapestry 5
          Issue Type: Improvement
            Reporter: Jayesh


I need to provide hyperlinks to the individual fields in errors at the top. 

Tapestry4 had -> IFieldTracking field = IValidationDelegate.getFieldTracking(); 

I couldn't find any equivalent in tapestry5. 
Tapestry 5 validator returns List<String> getErrors(); But then there is no way 
to link these error messages to the actual fields which are in error. 

I need to follow company's web standards which mandates to provide <anchor> 
links to errornous fields, so clicking at the those error texts jumps the user 
to appropriate label/field.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to