Author: tmjee
Date: Fri May 12 19:55:39 2006
New Revision: 405999
URL: http://svn.apache.org/viewcvs?rev=405999&view=rev
Log:
XW-371
WW-1311
- changed javascript regexp fro validator type of both 'regexp' and
'stringregexp' from
!field.value.match("..."){
to
field.value.match("...")==null) {
Author: gvanmatre
Date: Fri May 12 11:52:01 2006
New Revision: 405832
URL: http://svn.apache.org/viewcvs?rev=405832&view=rev
Log:
Fix for bug SHALE-176 reported by Lucy Luo and Veit Guna. Added summary and
detail validation message overrides at the component level and resource bundle
registered