Oracle
1Z0-899 · Question #21
Refer to the Exhibit. Assuming the tag library in the exhibit is imported with the prefix forum, which custom tag invocation procedures a transaction error in a jsp page?
The correct answer is D. <forum:message from="My Name" subject="My Subject">. See the full explanation below for the reasoning.
Question
Refer to the Exhibit. Assuming the tag library in the exhibit is imported with the prefix forum, which custom tag invocation procedures a transaction error in a jsp page?
Exhibit
Options
- A<forum:message from="My Name" subject="My Subject" />
- B<forum:message subject="My Subject">
- C<forum:message from="My Name" subject="${param.subject}">
- D<forum:message from="My Name" subject="My Subject">
- E<forum:message from="My Name"
How the community answered
(27 responses)- A7% (2)
- B19% (5)
- D70% (19)
- E4% (1)
Community Discussion
No community discussion yet for this question.
