String message = resources
.getMessage(locale, propertyPrefix + ".message", arg0);
// Initialise the form
ConfirmForm confirmForm = (ConfirmForm) form;
confirmForm.initialize(type, title, subtitle, message, options,
decorated, align, arg0);
// If this confirmation is the result on an exception then build up the
// exception text
Throwable exception = type.equals(ConfirmForm.TYPE_EXCEPTION) ? (Throwable) request