Yes, that's the documentation webpage I was speaking of...
Thanks, though
Jeff Bischoff
Kenneth L Kurz & Associates, Inc.
Matthias Wessendorf wrote:
here is a small docu on that tag
http://myfaces.apache.org/tomahawk/validateRegExpr.html
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)
This tag is extremely useful, thanks for the contribution Matthias.
By the way, I noticed in the source that you wrap all regex patterns
with:
'^' + pattern + '$'
Do you think it is worth mentioning that in the documentation webpage
for this tag? I had been writing patterns like pattern="^\d*$", just to
be safe. I am somewhat of a regex newcomer though - is this obvious?
Regards,
Jeff Bischoff
Kenneth L Kurz & Associates, Inc.