This commit is contained in:
Erik C. Thauvin 2021-03-17 12:29:46 -07:00
parent 41471e31af
commit 589f451927
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ The `<hs:code/>` tag displays the current HTTP status code, if any. A shorthand
## hs:message
The `<hs:message/>` tag displays the cause of current error message, if any. A shorthand for:
The `<hs:message/>` tag displays the current error message, if any. A shorthand for:
```jsp
<%= request.getAttribute("javax.servlet.error.message") %>