Skip to content

Instantly share code, notes, and snippets.

@benhardy
Created November 18, 2012 02:18
Show Gist options
  • Select an option

  • Save benhardy/4102948 to your computer and use it in GitHub Desktop.

Select an option

Save benhardy/4102948 to your computer and use it in GitHub Desktop.
fragment of demo.jsp
<html>
<body>
<p>
Person:
<p>
ID: ${person.id} <br>
Name: ${person.name} <br>
DOB: ${person.dob} <br>
Phone: ${person.phone} <br>
<p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment