blob: 1724ca2f870879d2ec2242f1268c593486bb2be9 [file] [log] [blame]
<?xml version="1.0"?>
<html
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:jstlc="http://java.sun.com/jsp/jstl/core"
xmlns:jstlf="http://java.sun.com/jsp/jstl/fmt">
<jstlc:if test="${true}">
<applet code="some.package.SomeApplet.class" archive="applet.jar"
width="1" height="1">
<param name="tx" value="${'blah'}"/>
</applet>
</jstlc:if>
</html>