<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%> scriptHeader tag

This test will test various configurations of the ScriptBlock tag. It verifies that we create valid script blocks. you should see two alerts and no errors on the Java Console.

alert('alert one'); alert('alert two');