WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Error messages in an application

for

Number of posts in this thread: 2 (In chronological order)

From: Stanzel, Susan - FSA, Kansas City, MO
Date: Mon, Apr 15 2013 12:40PM
Subject: Error messages in an application
No previous message | Next message →

I am working on proper error messages for an application. The instructions say the error message is supposed to be displayed at the top of the page when the user enters something incorrectly. I did not write the original coding. It is in a Java Server Page. When there is an error JAWS does not say the error. I have to go to the top of the page to find out if something is wrong. How can the coding be done so JAWS or any other screen reader automatically speaks the text?

Susie




This electronic message contains information generated by the USDA solely for the intended recipients. Any unauthorized interception of this message or the use or disclosure of the information it contains may violate the law and subject the violator to civil or criminal penalties. If you believe you have received this message in error, please notify the sender and delete the email immediately.

From: Corbett, James
Date: Mon, Apr 15 2013 1:12PM
Subject: Re: Error messages in an application
← Previous message | No next message

Suzy:

I use an anchor that is associated to the error heading and append the anchor name to my url for the page refresh after the error handling has been triggered.

Jim