Hi all,
I have a question about custom tags body content.
In the spec it is said before
JSP 2.0, default was JSP. But since it's an invalid value for simple tags, there is no default value.
So what if on the exam a question asks for the behavior of a tag with a body and gives a tld defining the tag with no body-content declared?
The scriptless body-content is said to be a reasonable default if the tag can have a body.
Should we assume it's scriptless? And what about classic tags default? JSP as in previous spec?