Sha256: 19fabcf2c780763f2365e7eb021dd6684b4464aebea536140d955f2c82fd7bc9

Contents?: true

Size: 267 Bytes

Versions: 8

Compression:

Stored size: 267 Bytes

Contents

<html>
<body>

<%@ taglib uri="http://www.acme.com/taglib2" prefix="acme" %>

<acme:date2 format="long">
  On ${day} of ${month} in the year ${year}
</acme:date2>

<br/>

<acme:date2 format="short">
  ${day} - ${month} - ${year}
</acme:date2>

<br/>

</body>
</html>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/examples/test-webapp/src/main/webapp/jsp/tag2.jsp
miso-java-0.1.5 jetty/webapps/test/jsp/tag2.jsp
miso-java-0.1.4 jetty/examples/test-webapp/src/main/webapp/jsp/tag2.jsp
miso-java-0.1.4 jetty/webapps/test/jsp/tag2.jsp
miso-java-0.1.3 jetty/examples/test-webapp/src/main/webapp/jsp/tag2.jsp
miso-java-0.1.3 jetty/webapps/test/jsp/tag2.jsp
miso-java-0.1.2 jetty/examples/test-webapp/src/main/webapp/jsp/tag2.jsp
miso-java-0.1.2 jetty/webapps/test/jsp/tag2.jsp