Method Summary |
public static Object |
addUploadErrorFacesMessage(Object componentId, Object component, Object facesMessage)
static helper function that adds an error message to the
page, to indicate that a problem occured, when submitting
wrong inputFile data.
|
public static Object |
addUploadErrorMessage(Object componentId)
static helper function that adds an error message to the
page, to indicate that a problem occured, when submitting
wrong inputFile data.
|
public static Object |
addUploadErrorMessageKey(Object componentId, Object component, Object summaryKey, Object detailKey)
static helper function that adds an error message to the
page, to indicate that a problem occured, when submitting
wrong inputFile data.
|