I'm having a problem with regexp validation. If I put zip-regexp=^\\d{5}(-\\d{4})?$
in a property file I get this on my Javascript console SyntaxError: JSON Parse error: Invalid escape character d and regexp does not work on the client. If I put zip-regexp=^\\\\d{5}(-\\\\d{4})?$ the client works but it fails on the server. I'm running 5.3-rc-2 Anyone else see this? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org