Struts 1 - Basic
This test is about being able to write a simple struts application that works.
It concerns the classic Struts framework v1, renamed "Struts Core" It is not about Struts Shale, nor v2 that integrates WebWork.
The following topics are not part of the Struts Basic test:
The following topics are not part of the Struts Basic test:
- Validation framework
- Tiles
- I18n
- Global Forwards
- Request Processor
- Error and exception handling
| Released | Beta | Frozen | ||
|---|---|---|---|---|
Controller 5 questions
Understand the front controller pattern implemented by Struts, with the ActionServlet.
Create a basic struts-config.xml file, with forms and actions definitions, including local forwards. Create an Action class and know its typical role. Forward a request from an action to a JSP. |
19 | 153 | 65 | |
Form 5 questions
Use a classic ActionForm (no DynaForm, no array) to store a form parameters.
Validate the parameters in an ActionForm. Eventually return an error message and display it in a JSP with the error tag. Use the form tag with its name, action and scope attributes. Make a form with the text, submit, cancel, radio, select and checkbox tags (basic usage), using the automatic population from/to an ActionForm. Understand when to bind an ActionForm to the request or to the session. Understand the Form Bean lifecycle. |
15 | 79 | 61 |
Exam information
- 13 minutes
- 10 questions (392)
- 80% required
- +3 √
- - 4 points
- 15 day delay
- status: released



