Description
Radio Tag "s:radio" is not supporting "labelPosition" attribute even though official docs mentions it in Struts 6.3.0
- Add "labelPosition" attribute at this line https://github.com/apache/struts-examples/blob/master/crud/src/main/webapp/WEB-INF/jsp/editPerson.jsp#L28
2. though code will build successfully, but as soon as war is deployed in a container.
3. "crud-1.1.0/index.jsp" becomes inaccessible, though without "labelPosition" attribute crud module works fine.