I would like to call @RequestMapping(value = \"\", method = RequestMethod.DELETE) in spring from thymeleaf form.
@RequestMapping(value = \"\", method = RequestMethod.DELETE)
Is there any possibility to call delete or
Only solution I've found - use js:
Add scrypt:
and add calling link (or change to button):
Delete