Created
April 20, 2011 17:08
-
-
Save maggandalf/931979 to your computer and use it in GitHub Desktop.
Show stock status.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> | |
| <%@ page session="false" %> | |
| <html> | |
| <head> | |
| <title>Home</title> | |
| </head> | |
| <body> | |
| <h1> | |
| Hello world! | |
| </h1> | |
| <div id="result"> | |
| <h2> | |
| <c:out value="${status}"></c:out> | |
| </h2> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment