IBM
C2050-725 · Question #161
An application developer needs to make a controller command available to AJAX requests. What must be done?
The correct answer is B. Map the controller command to the AjaxAction in the struts configuration. See the full explanation below for the reasoning.
Question
An application developer needs to make a controller command available to AJAX requests. What must be done?
Options
- APrefix the command URL in the JSP with AJAX.
- BMap the controller command to the AjaxAction in the struts configuration.
- CChange the controller command's mapping to com.ibm.commerce.struts.AjaxRequest.
- DChange the controller command's mapping to com.ibm.commerce.struts.AjaxService.
How the community answered
(49 responses)- A4% (2)
- B69% (34)
- C18% (9)
- D8% (4)
Community Discussion
No community discussion yet for this question.