Message Settings
Introduction and Instructions
As of Version 4.0.12, two files contain message configuration in Self-Service: messages.properties and default-messages.properties.
default-messages.properties contains the default values for all the messages in Self-Service for reference. If you wish to override any messages, you will need to do so in messages.properties.
Changes to messages.properties will not be recognized by the application until an application restart.
This file is in the standard Java .properties files format (http://en.wikipedia.org/wiki/.properties).
See the messages.properties file for a short primer on properties files.
Audit Messages
audit.pdfHeaderMessage
String
Versions 4.1.4-current
Message to display above all PDF audits
audit.htmlHeaderMessage
String
Versions 4.1.4-current
Message to display above all HTML audits
audit.pdfDownloadName
String
Versions 4.0.0-current
The name of the PDF audit report when downloaded
Parameters:
- {0}- the current date
- {1}- the current user's ID
- {2}- the current student's name
- {3}- the current student's stuno
- {4}- the current student's intSeqNo
- {5}- the audit's run date/time
audit.couldNotRetrieveReportText
String
Versions 4.0.0-current
Error message displayed when an audit cannot be retrieved
Parameters:
- {0} - error message
- {1} - exception
- {2} - stack trace
Batch Messages
batch.txt.pdfDownloadName
String
Versions 4.1.3-current
Name of TXT audit report PDF when downloaded
Parameters:
- {0} - The current date
batch.txt.all.pdfDownloadName
String
Versions 4.1.3-current
Name of TXT audit report PDF when exporting all
Parameters:
- {0} - The current date
- {1} - The batch ID
Column Renderer Messages
Audit
uachieve.selfservice.area.audit.web.renderer.WebtitleColumnRenderer.value
String
Versions 4.0.0-current
The path to the image displayed while an audit is running
Parameters:
- {0} - path to the images folder in the application
- {1} - text that appears after it
uachieve.selfservice.area.audit.web.renderer.JobQueueRunColumnRenderer.value
String
Versions 4.0.0-current
The link that appears in the "Program" column of the page listing completed audits.
Parameters:
- {0} - application-generated id of the audit run
- {1} - name of the audit program run
uachieve.selfservice.area.audit.web.renderer.CourseStatusColumnRenderer.value
String
Versions 4.0.0-current
The path to the image displayed for a particular course status on an audit
Parameters:
- {0} - path to the images folder in the application
- {1} - status
- {2} - title to be displayed when the image is moused over
uachieve.selfservice.area.audit.web.renderer.CourseNumberColumnRenderer.value
String
Versions 4.0.0-current
The link that appears for course options shown on an audit
Parameters:
- {0} - url (generated by the application) to the course description for that class
- {1} - course number
uachieve.selfservice.area.audit.web.renderer.AuditTypeColumnRenderer.value
String
Versions 4.0.6-current
String to be rendered for the 'Audit Type' column in the list of completed audits
Parameters:
- {0} - base url of the Self Service application
- {1} - audit type (regular, in progress, What-If)
- {2} - title that will be displayed
uachieve.selfservice.area.audit.web.renderer.ReportTypeColumnRenderer.value
String
Versions 4.0.6-current
String to be rendered for the "Report Type" column in the list of completed audits
Parameters:
- {0} - compressed ID of the audit
- {1} - base url for the Self Service application
- {2} - icon for the report type (HTML or PDF)
- {3} - title for the image displayed
uachieve.selfservice.area.audit.web.renderer.AuditLinkColumnRenderer.value
String
Versions 4.0.6-current
String to be rendered for the "View Audit" links in the list of completed audits
Parameters:
- {0} - compressed ID of the audit
Batch
uachieve.bas.area.batch.web.renderer.CloneBatchColumnRenderer.value
String
Versions 4.1-current
Link to clone an existing batch
Parameters:
- {0} - path to the images folder in the application
- {1} - ID of the batch to clone
uachieve.bas.area.batch.web.renderer.RunBatchColumnRenderer.value
String
Versions 4.1-current
Link to run a batch audit
Parameters:
- {0} - ID of the batch to run
uachieve.bas.area.batchresult.web.renderer.ViewAuditsColumnRenderer.value
String
Versions 4.1-current
Link to view a list of completed audits from a batch run
Parameters:
- {0} - path to the images folder in the application
- {1} - ID of the batch that was run
uachieve.bas.area.batchresult.web.renderer.OpenBatchAuditColumnRenderer.value
String
Versions 4.1 - 4.1.2.1
Link to open the PDF results of a batch audit. Replaced with uachieve.bas.area.batchresult.web.renderer.OpenBatchPdfAuditColumnRenderer.value in 4.1.3.
Parameters:
- {0} - base URL to a page within the application
- {1} - audit report type (PDF)
- {2} - title for the image displayed
- {3} - audit's job queue sequence number
uachieve.bas.area.batchresult.web.renderer.OpenBatchPdfAuditColumnRenderer.value
String
Versions 4.1.3-current
Link to open a PDF audit from a batch run
Parameters:
- {0} - base URL to a page within the application
- {1} - audit report type (PDF)
- {2} - title for the image displayed
- {3} - audit's job queue sequence number
uachieve.bas.area.batchresult.web.renderer.OpenBatchTxtAuditColumnRenderer.value
String
Versions 4.1.3-current
Link to open a text audit from a batch run
Parameters:
- {0} - base URL to a page within the application
- {2} - title for the image displayed
- {3} - audit's job queue sequence number
Course
uachieve.selfservice.area.course.web.renderer.CourseNumberColumnRenderer.value
String
Versions 4.0.0-current
Link to information about a course
Parameters:
- {0} - URL (generated by the application) to the course description for that class
- {1} - course number
uachieve.selfservice.area.course.web.renderer.CourseStatusColumnRenderer.value
String
Versions 4.0.0-current
The path to the image displayed for a particular course status on an audit
Parameters:
- {0} - path to the images folder in the application
- {1} - status
- {2} - title to be displayed when the image is moused over
uachieve.selfservice.area.course.web.renderer.ViewCourseLinkColumnRenderer.value
String
Versions 4.0.0-current
The link to the view page for a course entry
Parameters:
- {0} - base URL to a page within the application
- {1} - id of the course
- {2} - course number
Crosswalk
uachieve.selfservice.area.interfaces.crosswalk.web.renderer.ViewCrosswalkMappingColumnRenderer.value
String
Versions 4.0.7-current
Link to crosswalk mapping view page
Parameters:
- {0} - base URL to the Self-Service application
- {1} - id of the crosswalk mapping
- {2} - text to display in the link
DProg
uachieve.selfservice.area.dprog.web.renderer.CreateStuDprogLinkColumnRenderer.value
String
Versions 4.0.0-current
The link used on the page listing instcds when adding a degree program to a student
Parameters:
- {0} - contains the instcd
- {1} - contains the describing the instcd
Exception
uachieve.selfservice.area.exception.web.renderer.CreateExceptionLinkColumnRenderer.value
String
Versions 4.0.0-current
The link to the add exception page appearing on the page listing exception codes
Parameters:
- {0} - id of the exception code
- {1} - link of the text, either the exception code or the text describing that code
uachieve.selfservice.area.exception.web.renderer.ControlCodeColumnRenderer.configured.value
String
Versions 4.0.7-current
Value to display in the Control Code column of the exception list page if the exception type is configured in Self-Service
Parameters:
- {0} - base URL to the Self-Service application
uachieve.selfservice.area.exception.web.renderer.ControlCodeColumnRenderer.unconfigured.value
String
Versions 4.0.7-current
Value to display in the Control Code column of the exception list page if the exception type is not configured in Self-Service
Parameters:
- {0} - unconfigured exception code
Planned Course
uachieve.selfservice.area.plannedcourse.web.renderer.ViewCourseLinkColumnRenderer.value
String
Versions 4.0.0-current
The link to the view page for a planned course entry
Parameters:
- {0} - base URL to a page within the application
- {1} - id of the planned course
- {2} - course number for the planned course
Student
uachieve.selfservice.area.student.web.renderer.StudentNameColumnRenderer.value
String
Versions 4.0.0-current
Radio button tag displayed for student name column
Parameters:
- {0} - generated by the application and is the value of the option
- {1} - displayed text
uachieve.selfservice.area.student.web.renderer.SelectStudentColumnRenderer.value
String
Versions 4.0.0-current
Contents of "Select" column displayed when an advisor searches for a student by name
Parameters:
- {0} - base URL to the application
- {1} - stuno of the student displayed on that row
- {2} - student's name
Transfer Eval
uachieve.selfservice.area.transfereval.web.renderer.EvallockCheckboxColumnRenderer.value
String
Versions 4.0.0-current
The evallock checkbox displayed with each source course on the transfer evaluation list screen
Parameters:
- {0} - name generated by the application for the checkbox
- {1} - application generated id for the checkbox
- {2} - generated by the application to determine if the checkbox is checked when the page loads
- {3} - value (determined by the application) of the checkbox
uachieve.selfservice.area.transfereval.web.renderer.CertifySelectColumnRenderer.select
String
Versions 4.0.0-current
The certify drop-down displayed with each source course on the transfer evaluation list screen
Parameters:
- {0} - name generated by the application for the drop-down
- {1} - application generated id for the drop-down
- {2} - options for the drop-down list
uachieve.selfservice.area.transfereval.web.renderer.CertifySelectColumnRenderer.option
String
Versions 4.0.0-current
An option in the above select drop-down on the transfer evaluation list screen
Parameters:
- {0} - generated by the application to determine if a given option is selected when the page loads
- {1} - filled in by the application and represents the value of the option
- {2} - text displayed for that option
uachieve.selfservice.area.transfereval.web.renderer.TransferCourseTypeColumnRenderer.source
String
Versions 4.0.0-current
The path to the image displayed next to source courses on the transfer evaluation list screen
Parameters:
- {0} - path to the images folder in the application
uachieve.selfservice.area.transfereval.web.renderer.TransferCourseTypeColumnRenderer.target
String
Versions 4.0.0-current
The path to the image displayed next to target courses on the transfer evaluation list screen
Parameters:
- {0} - path to the images folder in the application
uachieve.selfservice.area.transfereval.web.renderer.ViewCourseLinkColumnRenderer.value
String
Versions 4.0.0-current
The link to the course details page for courses on the the transfer evaluation list screen.
Parameters:
- {0} - base URL to a page within the application
- {1} - id of the course
- {2} - course name
Transfer Course
uachieve.selfservice.area.transfercourse.web.renderer.CourseNumberColumnRenderer.value
String
Versions 4.0.2-current
Link to information about a course.
Parameters:
- {0} - URL (generated by the application) to the course description for that class
- {1} - course number
uachieve.selfservice.area.transfercourse.web.renderer.CourseStatusColumnRenderer.value
String
Versions 4.0.2-current
The path to the image displayed for a particular course status on an audit
Parameters:
- {0} - path to the images folder in the application
- {1} - status
- {2} - title to be displayed when the image is moused over
uachieve.selfservice.area.transfercourse.web.renderer.ViewCourseLinkColumnRenderer.value
String
Versions 4.0.2-current
The link to the view page for a course entry
Parameters:
- {0} - base URL to a page within the application
- {1} - id of the course
- {2} - course number
Miscellaneous Messages
uachieve.selfservice.status.inprogress
String
Versions 4.0.0-current
Name displayed for the "In Progress" course status
uachieve.selfservice.status.planned
String
Versions 4.0.0-current
Name displayed for the "Planned" course status
uachieve.selfservice.status.complete
String
Versions 4.0.0-current
Name displayed for the "Complete" course status
uachieve.selfservice.status.unfulfilled
String
Versions 4.0.0-current
Name displayed for the "Unfulfilled" course status
uachieve.selfservice.exception.notdefined
String
Versions 4.0.0-current
Message displayed for an undefined control code
Validation Messages
Form Processing
required
String
Versions 4.0.0-current
Error message displayed next to a required field when no value has been entered
invalid.tooshort
String
Versions 4.0.0-current
Error message displayed next to a field when not enough characters have been entered
Parameters:
- {0} - minimum length.
invalid.toolong
String
Versions 4.0.0-current
Error message displayed next to a field when too many characters have been entered
Parameters:
- {0} - maximum length
invalid.minimumvalue
String
Versions 4.0.0-current
Error message displayed next to a field when a value less than the minimum allowable value has been entered
Parameters:
- {0} - minimum allowable value
invalid.maximumvalue
String
Versions 4.0.0-current
Error message displayed next to a field when a value greater than the maximum allowable value has been entered
Parameters:
- {0} - maximum allowable value
invalid.nonemptystring
String
Versions 4.0.0-current
Error message displayed next to a field when only whitespace characters (such as space and tab characters) have been entered into a required field
invalid.length
String
Versions 4.0.0-current
Error message displayed next to a field when the character string entered contains either too many or too few characters
Parameters:
- {0} - minimum length
- {1} - maximum length
invalid.date
String
Versions 4.0.0-current
Error message displayed next to a field when the date entered is not in the required format
Parameters:
- {0} - required date format
invalid.value
String
Versions 4.0.0-current
Error message displayed next to a field when the value entered is either less than or greater than the range of allowable values
Parameters:
- {0} - minimum allowable value
- {1} - maximum allowable value
invalid.email
String
Versions 4.0.0-current
Error message displayed next to an email address field when the entered address is not in the correct format
invalid.mustbetrue
String
Versions 4.0.0-current
Error displayed when an expected condition is not met
invalid.mustbeequal
String
Versions 4.0.0-current
Error displayed when the value entered for a field does not match the required value
invalid.mustnotbeequal
String
Versions 4.0.0-current
Error displayed when an equal value is entered for two fields that must be distinct
invalid.nonword
String
Versions 4.0.0-current
Error displayed when characters other than letters and numbers are entered into a restricted field
invalid.linefeed
String
Versions 4.0.0-current
Error displayed when a line break is entered into a restricted field
invalid.emptycollection
String
Versions 4.0.0-current
Error displayed when at least one item must be selected from a list of options
invalid.emptyarray
String
Versions 4.0.0-current
Error displayed when at least one item must be selected from a list of options
invalid.statecode
String
Versions 4.0.0-current
Error displayed when the entered state is not in the list of allowed states
invalid.zipcode
String
Versions 4.0.0-current
Error displayed when the entered zip code is not valid, either in value or format
Student Search Page
student.search.stuno
String
Versions 4.0.0-current
Message displayed when there are no results when an adviser searches for a student by student number
student.search.stuno.blank
String
Versions 4.0.0-current
Error displayed when an adviser attempts to search for a student by student number without entering a value into the student number field
student.search.lastName
String
Versions 4.0.0-current
Error displayed when an adviser attempts to search for a student by name without entering a first or last name
student.search.lastName.tooShort
String
Versions 4.0.0-current
Error displayed when an adviser attempts to search for a student by name without entering the minimum number of characters
Parameters:
- {0} - minimum number of characters
student.search.stuno.security
String
Versions 4.0.1-current
Error displayed when an advisor searches for a student not in their advisee list by student number
student.search.name.security
String
Versions 4.0.1-current
Error displayed when an advisoer searches for a student not in their advisee list by student name
Password Change Page Errors
passwordChange.currentMismatch
String
Versions 4.0.6-current
Error message displayed when value entered for current password is incorrect
passwordChange.newMismatch
String
Versions 4.0.6-current
Error message displayed when values entered for new password and confirm password do not match
Type Mismatch
typeMismatch.boolean
String
Versions 4.0.0-current
Error displayed when a value other than true or false is entered into a boolean field
typeMismatch.byte
String
Versions 4.0.0-current
Error displayed when a non-whole number value has been entered into a byte field. A byte value can consist of numeric characters and may begin with the '-' character for negative values. The value entered must not be outside of the range of a Java byte.
typeMismatch.char
String
Versions 4.0.0-current
Error displayed when more than a single character has been entered into a character field.
typeMismatch.short
String
Versions 4.0.0-current
Error displayed when a non-whole number value has been entered into a short integer field. A short integer value can consist of numeric characters and may begin with the '-' character for negative values. The value entered must not be outside of the range of a Java short.
typeMismatch.int
String
Versions 4.0.0-current
Error displayed when a non-whole number value has been entered into an integer field. An integer value can consist of numeric characters and may begin with the '-' character for negative values. The value entered must not be outside of the range of a Java integer.
typeMismatch.long
String
Versions 4.0.0-current
Error displayed when a non-whole number value has been entered into a long integer field. A long integer value can consist of numeric characters and may begin with the '-' character for negative values. The value entered must not be outside of the range of a Java long.
typeMismatch.float
String
Versions 4.0.0 - current
Error displayed when a non-numeric value has been entered into a floating point number field. A floating point number value can consist of numeric characters, may begin with the '-' character for negative values, and can contain a single decimal point. The value entered must not be outside of the range of a Java float.
typeMismatch.double
String
Versions 4.0.0-current
Error displayed when a non-numeric value has been entered into a double number field. A double number value can consist of numeric characters, may begin with the '-' character for negative values, and can contain a single decimal point. The value entered must not be outside of the range of a Java double.
typeMismatch.java.util.Date
String
Versions 4.0.0 - current
Error displayed when a non-date value has been entered into a java.util.Date field. A java.util.Date field can be specified to millisecond precision.
typeMismatch.java.sql.Date
String
Versions 4.0.0-current
Error displayed when a non-date value has been entered into a java.util.Date field. A java.util.Date field can be specified to millisecond precision.
typeMismatch.java.math.BigDecimal
String
Versions 4.0.0-current
Error displayed when a non-numeric value has been entered into a big decimal field. A big decimal value can consist of numeric characters, may begin with the '-' character for negative values, and can contain a single decimal point. There is no range limit on big decimal values.
General Messages
Audit
uachieve.selfservice.audit.request.header
String
Versions 4.0.1-current
Header at the top of the audit request creation screen
uachieve.selfservice.audit.completed.header
String
Versions 4.0.1-current
Header displayed above the list of completed audits
uachieve.selfservice.audit.completed.text
String
Versions 4.0.1-current
Text displayed above the list of completed audits
uachieve.selfservice.audit.noaudit.text
String
Versions 4.0.1-current
Text displayed when there are no audits to view
uachieve.selfservice.audit.loading.header
String
Versions 4.0.1-current
Header displayed while the system waits for an audit to load
uachieve.selfservice.audit.loading.text
String
Versions 4.0.1-current
Explanatory text displayed while the system waits for an audit to load
uachieve.selfservice.audit.running.header
String
Versions 4.0.1-current
Header displayed while an audit is running
uachieve.selfservice.audit.courseHistory.title
String
Versions 4.3-current
Text to display on the course history screen
Course
uachieve.selfservice.course.transcript.text
String
Versions 4.0.1-current
Message displayed under the transcript graph on the applied courses page
uachieve.selfservice.course.list.header
String
Versions 4.0.1-current
Header at the top of the completed courses list page
uachieve.selfservice.course.list.text
String
Versions 4.0.1-current
Explanatory text on the completed courses list page
uachieve.selfservice.course.linkText
String
Text to display for 'Home Courses' link
Crosswalk
uachieve.selfservice.crosswalk.list.header
String
Versions 4.0.7-current
Header at the top of the crosswalk mapping list page
uachieve.selfservice.crosswalk.list.text
String
Versions 4.0.7-current
Explanatory text on the crosswalk mapping list page
DProg
uachieve.selfservice.dprog.instcd.header
String
Versions 4.0.1-current
Header text for the Instcd selection screen when adding a new degree program to a student
uachieve.selfservice.dprog.list.header
String
Versions 4.0.1-current
Header for the screen listing a student's degree programs
uachieve.selfservice.dprog.list.text
String
Versions 4.0.1-current
Text for the screen listing a student's degree programs
Exception
uachieve.selfservice.exception.list.header
String
Versions 4.0.1-current
Header on the exception course list screen
uachieve.selfservice.exception.list.text
String
Versions 4.0.1-current
Text on the exception course list screen
uachieve.selfservice.exception.typelist.header
String
Versions 4.0.1-current
Text on the exception type list screen
General
uachieve.selfservice.general.currentschool.text
String
Versions 4.0.1-current
Text on the school selection page (for advisors)
uachieve.selfservice.general.pagenotfound.text
String
Versions 4.0.1-current
Text on the "Page Not Found" error page
Planned Course
uachieve.selfservice.plannedcourse.list.header
String
Versions 4.0.1-current
Header text for the planned coursework list screen
uachieve.selfservice.plannedcourse.list.text
String
Versions 4.0.1-current
Explanatory text on the planned coursework list screen
Student
uachieve.selfservice.student.display.studentIntro
String
Versions 4.0.1-current
Text that appears before the student name/number at the top right corner of all screens
uachieve.selfservice.student.manage.profile.header
String
Versions 4.0.1-current
Header text for the student profile page
uachieve.selfservice.student.manage.profile.text
String
Versions 4.0.1-current
Text on the student profile page
uachieve.selfservice.student.search.header
String
Versions 4.0.1-current
Header text on the student search screen
uachieve.selfservice.student.search.idPrompt
String
Versions 4.0.1-current
Prompt for the search by ID option on the student search screen
uachieve.selfservice.student.search.namePrompt
String
Versions 4.0.1-current
Prompt for the search by name option on the student search screen
Transfer Eval
uachieve.selfservice.transfereval.list.header
String
Versions 4.0.1-current
Header text on the transfer evaluation list screen
uachieve.selfservice.transfereval.list.text
String
Versions 4.0.1-current
Explanatory text on the transfer evaluation list screen
uachieve.selfservice.transfereval.loading.header
String
Versions 4.0.1-current
Header text on the transfer evaluation loading screen
uachieve.selfservice.transfereval.loading.text
String
Versions 4.0.1-current
Explanatory text displayed on the screen when a transfer evaluation is loading
Transfer Course
uachieve.selfservice.transfercourse.list.header
String
Versions 4.0.2-current
Header at the top of the transfer courses list page
uachieve.selfservice.transfercourse.list.text
String
Versions 4.0.2-current
Explanatory text on the transfer courses list page
Password Change Page
uachieve.selfservice.passwordChange.header
String
Versions 4.0.6-current
Header text on the password change page
uachieve.selfservice.passwordChange.success
String
Versions 4.0.6-current
Text displayed after a password has been changed
uachieve.selfservice.passwordChange.failure
String
Versions 4.0.6-current
Text displayed when there are errors when attempting to change password
Comments
uachieve.selfservice.comment.label
String
Versions 4.3-current
Label for comments