Multiple choice technology web technology

What property of the tag needs to be set to true in order to display only the messages that have not been associated with a component ?(enter the name, case sensitive)

  1. globalOnly

  2. id

  3. forceId

  4. rendered

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

The globalOnly property on h:messages filters messages to display only global messages (those not associated with a specific component via for attribute). When set to true, component-specific messages are hidden and only application-wide messages appear.