I am trying to add aria-describedby to springform. It's throwing a JSP error. When I tried to use the same aria-* attribute in div tag those are working in the same page. aria-* is not working for spring form. It's working in div in the same jsp file.
JSP Error Unable to locate tag attribute info for tag attribute aria-describedby spring form
Asked Answered
I did the workaround,
Added HTML elements and used aria-* to HTML elements.
Added hidden spring form values and set hidden form values in javascript.
It's not the correct way of doing. It's Workaround. it's not a proper fix.
© 2022 - 2024 — McMap. All rights reserved.
aria-describedby
tag, to your question. – Tigerish