Does anyone know of a way to refer to a key from a value within a property
file? Consider this:
<s:textfield key="employee.department"/>
employee.department=Employee Department
requiredstring=${getText(fieldName)} is required
This results in the message "employee.department is required."
What I would like to do is have the value for this key's value displayed in
the message
"Employee Department is required."
--
View this message in context:
http://www.nabble.com/Validation-messages-tp19516465p19516465.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]