Hi All,
I am preparing for the SCWCD exam using the HF
Servlets and JSPs book. I was doing the mock exam of chapter 9 and was confused at Q-6. The question is this!
Assuming the appropriate taglib directives, which are valid examples of custom tag usage:
A. <foo:bar />
B. <my:tag></my:tag>
C. <mytag value="x" />
D. <c
ut value="x" />
E. <
jsp:setProperty name="a" property="b" value="c" />
The answer acc. to the book was A, B and D.
When option E was rejected in the book, saying that it is a JSP Standard Action, why not Option-D was rejected?
Option D is anyway a JSTL and not a custom tag and the question clearly states "for custom tag usage".
Can someone help me out?
Regards,
Mani