Action

Use Action to run requests and state changes in order when someone presses its one terminal Button or Link. A control with to navigates and ends the action.

ParameterDescription
ifConditional rendering expression.

Usage

xml

Request

ParameterDescription
urlSolution-relative request URL.
methodHTTP request method.
form
json
closeDialog

Patch

ParameterDescription
stateLiteral State identifier to patch, or State/Query identifier to invalidate.
valueObject expression containing declared State properties to update. Specify exactly one of value or invalidate="true".
invalidateReinitializes the referenced State or refetches the referenced Query. Specify exactly one of value or invalidate="true".

Validate

ParameterDescription
valueObject expression to validate and normalize before a request.
rulesDeclarative field validation rules expression.