Search code examples
jqueryspring-mvcjquery-uispring-form

JSP Error Unable to locate tag attribute info for tag attribute aria-describedby spring form


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.

enter image description here


Solution

  • 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.