On 7/19/06, Jeff Bischoff <[EMAIL PROTECTED]> wrote:
In the t:validateRegExpr tag's 'message' attribute: is there any kind of wildcards that may be used? (i.e. to display the id of the parent component being validated)
I went through and added support for message for all of the validators, but I only documented which arguments were available for the validators I'm familiar with. The best thing to do is to look athe validateRegExpr source code, then submit a documentation patch showing which arguments are available (you might even want to submit a patch that provides more argument possibilities. See http://myfaces.apache.org/sandbox/validateCompareTo.html as an example of how to document the arguments. Thanks!

