Re: Question on field/arg element in validator XML file

2006-07-13 Thread Niall Pemberton
The element relates solely to the validation message and is a "replacement parameter" in that message - with the position indicating which parameter to replace. So if you have a validation message in you resource bundles that looks like this: minimum.error={0} must be greater than {1} will rep

Question on field/arg element in validator XML file

2006-07-13 Thread Adam Gordon
I'm reading the validator 1.1.3 DTD file and I'm trying to understand the purpose of the "position" attribute in the element and the element itself. According to the DTD: 'The "arg" element defines a replacement value to use with the message template for this validator or this field.' Can someo