Skip to content

Instantly share code, notes, and snippets.

@maggandalf
Created April 20, 2011 17:08
Show Gist options
  • Select an option

  • Save maggandalf/931979 to your computer and use it in GitHub Desktop.

Select an option

Save maggandalf/931979 to your computer and use it in GitHub Desktop.
Show stock status.
<%@ 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