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

This will output javascript using the ScriptBlock and the script will appear inline.


document.write("

This is from the first inline element

");

This is content from the page

document.write("

This is from the second inline element

");