Wildcard in package.properties for form validation (S2)

2007-09-26 Thread Cory D. Wiles
Does anyone have a possible solution for using wild cards in error messages for form validation? In my package.properties I have: arc.screen.required.error.message = {0} is a required field How does my validation need to be formatted to accept a parameter for the message? !DOCTYPE validators

Re: Wildcard in package.properties for form validation (S2)

2007-09-26 Thread Dave Newton
http://struts.apache.org/2.x/docs/localizing-output.html --- Cory D. Wiles [EMAIL PROTECTED] wrote: Does anyone have a possible solution for using wild cards in error messages for form validation? In my package.properties I have: arc.screen.required.error.message = {0} is a required

Re: Wildcard in package.properties for form validation (S2)

2007-09-26 Thread Cory D. Wiles
I looked at that documentation but don't understand why the name property is being used as opposed to the label property. On 9/26/07, Dave Newton [EMAIL PROTECTED] wrote: http://struts.apache.org/2.x/docs/localizing-output.html --- Cory D. Wiles [EMAIL PROTECTED] wrote: Does anyone have a