Multiple choice technology web technology

Use __________ to check whether users have entered valid property values into an HTML form

  1. Rule-Form-HTML

  2. Rule-Obj-Validate

  3. Property-Validate method

  4. Page-Validate method

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

Rule-Obj-Validate is the standard Pega rule for validating property values entered through HTML forms. It contains validation logic for individual properties or entire pages. Rule-Form-HTML (A) defines form structure, not validation. Options C and D are methods, not the primary validation mechanism.