I have an html link element, on which the user can clock to log out. But i would like to show a confirmation before going on to the referenced link. The '${logout}' is a request attribute containing the link.
After clicking on the link, no confirmation is shown, but the link is directly opened. Any idea why no confirmation is shown?