Cleanup.
This commit is contained in:
parent
41471e31af
commit
589f451927
2 changed files with 2 additions and 2 deletions
|
@ -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") %>
|
||||
|
|
|
@ -123,7 +123,7 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
|
|||
<p>The <code><hs:code/></code> tag displays the current HTTP status code, if any. A shorthand for:</p>
|
||||
<div class="sourceCode" id="cb5"><pre class="sourceCode jsp"><code class="sourceCode jsp"><a class="sourceLine" id="cb5-1" title="1"><%= pageContext.getErrorData().getStatusCode() %></a></code></pre></div>
|
||||
<h2 id="hsmessage">hs:message</h2>
|
||||
<p>The <code><hs:message/></code> tag displays the cause of current error message, if any. A shorthand for:</p>
|
||||
<p>The <code><hs:message/></code> tag displays the current error message, if any. A shorthand for:</p>
|
||||
<div class="sourceCode" id="cb6"><pre class="sourceCode jsp"><code class="sourceCode jsp"><a class="sourceLine" id="cb6-1" title="1"><%= request.getAttribute(<span class="st">"javax.servlet.error.message"</span>) %></a></code></pre></div>
|
||||
<p>Optional attributes are:</p>
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue