WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: any accessibility issues with java struts?

for

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

From: Nancy Johnson
Date: Fri, Feb 24 2012 5:27AM
Subject: any accessibility issues with java struts?
No previous message | Next message →

Does anyone on this list know of any accessibility issues when using
Java Struts in the backend?

Thanks

Nancy

From: deborah.kaplan@suberic.net
Date: Fri, Feb 24 2012 6:27AM
Subject: Re: any accessibility issues with java struts?
← Previous message | No next message

On Fri, 24 Feb 2012, Nancy Johnson wrote:

> Does anyone on this list know of any accessibility issues when using
> Java Struts in the backend?

Are you using the Struts tag library to make your forms? You'd need to make sure, if so, that the jsp allows you to use unsupported attributes such as ARIA. (Or possibly it supports ARIA now, I'm not sure.)

-Deborah