Multiple choice technology platforms and products

The recommended method for retrieving and displaying error messages passed to a view from a controller command is to use a:

  1. StoreErrorDataBean

  2. ResourceBundle

  3. TypedProperty exception data

  4. error view name

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

StoreErrorDataBean is the recommended IBM WebSphere Commerce mechanism for passing error information from controller commands to views. It provides a structured way to access error messages and associated properties in JSP pages, following the framework's MVC pattern better than direct ResourceBundle or exception access.