Hi, I was running in an issue in Trinidad. I have used the following tag <tr:validateRegExp pattern="[\w]+"> and I was wondering why nothing has matched with my pattern. So I was going to debug the JavaScript implementation of TrRegExpValidator.prototype.validate function and I have seen that the match function was invoked with a wrong parameter (instead of exactPattern, this.exactPattern was used). This would never match because TrRegExpValidator has no member variable. Should I file a Jira issue for this?
Best Regards, Sven Rottstock

