Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 472
cvsr.sarma Avatar asked Oct 08 '18 07:10

cvsr.sarma


1 Answers

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.

like image 168
cvsr.sarma Avatar answered Nov 08 '22 12:11

cvsr.sarma