Hi All,
I was just going through the J-discuss Tests and got the following question.
Problem
For a tag to accept any valid
jsp code as its body, what should be the value of <body-content> for this tag's taglib descriptor?
Options (Select 1 correct option)
1.JSP
This would have been correct for 1.2 but this is not a valid value for 1.3 anymore. 2.jsp
3.any
4.text
5.The <body-content> subelement itself may be absent.
If it is absent, JSP is assumed which is OK! (CORRECT ANSWER)
The answer is option 5 as shown above BUT my question is about the explanation given in the first option. is the <body-content>JSP</body-content> NOT VALID ANYMORE???