Multiple choice technology programming languages

Each Struts Action element is uniquely identified by its

  1. Input attribute

  2. Name attribute

  3. Page attribute

  4. Path attribute

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

Inside the struts-config.xml file, each Action mapping is uniquely identified by its path attribute, which specifies the request URI that triggers the action. The name attribute links a form bean, and the input attribute defines the error fallback page, meaning they cannot identify the action.