Re: Validation messages

2008-09-16 Thread Dave Newton
--- On Tue, 9/16/08, stanlick wrote: > P.S. Now can you solve the variable result input problem? Sorry, only one freebie per day. I originally solved this problem a long time ago (I started a similar thread sometime over a year ago) by creating a custom workflow interceptor; I don't know if tha

Re: Validation messages

2008-09-16 Thread stanlick
You so right! I had the key/values in the WRONG resource file. Thanks bro. P.S. Now can you solve the variable result input problem? newton.dave wrote: > > --- On Tue, 9/16/08, stanlick wrote: >> >> >> employee.department=Employee Department >> requiredstring=${getText(fieldName)} is requ

Re: Validation messages

2008-09-16 Thread Dave Newton
--- On Tue, 9/16/08, stanlick wrote: > > > 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 messag