ReloadΒΆ

/libs/granite/ui/components/coral/foundation/form/responses/reload

Reload is success response handler to reload the page.

It is implemented in the client by foundation.form.response.ui.success: foundation.reload.

It has the following content structure:

granite:FormResponsesReload
  1. granite:commonAttrs
jcr:titlestring
i18n

The message to notify the user. If it is not provided, default message is used.

Example:

+ myform
  - sling:resourceType = "granite/ui/components/coral/foundation/form"
  - method = "post"
  - action = "/my/new/resource"
  - foundationForm = true
  + successresponse
    - sling:resourceType = "granite/ui/components/coral/foundation/form/responses/reload"
  + items
    + field1
    + field2