Re: problem with Application

2005-02-21 Thread Tim Christopher
The "???enUS.errors.required???" means that it's looking for an entry in your properties file for errors.required but is unable to find one. What you need to do is add something like: #-- validation errors errors.required={0} is required #--diplay names prompt.password = Password prompt.userName

problem with Application

2005-02-21 Thread jonathan zhang
I defined a file ApplicationResources.properties under com.xxx.software.xxx.resources, which contains the following lines: prompt.password = "The password you entered does not satisfy the basic requirement" prompt.userName = "You must enter a user name" in my struts-config i have in my validat