<body-content>empty</body-content> means no body
<body-content>scriptless</body-content> means tag body cannot contain scriptlet,expression and declaration.
<body-content>tag-dependent</body-content> means body will be treated as plain text
My Doubt
What does <body-content>
JSP</body-content> means ?
HFS&JSP says it means anything that go inside jsp.
Does That means if we use <body-content>JSP</body-content> then scripting is allowed?
Thanks