To enable the Struts Validator in a Struts application, you typically set the validate attribute to true in the Struts configuration file (usually struts-config.xml).
The correct setting would look something like this:
xml
<action path="/someAction" type="com.example.SomeAction" validate="true">
<!-- other configurations -->
</action>
So, the correct answer is A. validate="true". This setting enables the Struts Validator for the specified action.
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.312-96 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
yawmumma
8 months ago