Hi,
How do i edit this message dialog that will appear if i key in something but decided to go to different page? This is the default message dialog.
Hi,
How do i edit this message dialog that will appear if i key in something but decided to go to different page? This is the default message dialog.
Hi,
It’s now explained in the docs, see showSaveConfirmationDialog.
You can define the described messages in your message pack, or you can override the ViewValidation
bean (see recommendations in Overriding Spring Beans) and provide your own implementation of the showSaveConfirmationDialog()
method.
Regards,
Konstantin
Could you please show it more clearly? Show the way how you do it in an example.
What would you like to achieve?
Change text of the message? Change text on the buttons? Or what?