Author: jjamrich
Date: 2011-06-06 08:46:48 -0400 (Mon, 06 Jun 2011)
New Revision: 22524
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/csv.xhtml
Log:
Fix set correct value for regExp input
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/csv.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/csv.xhtml 2011-06-06
12:46:33 UTC (rev 22523)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/csv.xhtml 2011-06-06
12:46:48 UTC (rev 22524)
@@ -62,6 +62,7 @@
$('input[id$=notEmpty]').val('RichFaces 4');
$('input[id$=notNull]').val('RichFaces 4');
$('input[id$=pattern]').val('richFaces 4');
+ $('input[id$=regexp]').val('100');
$('input[id$=custom]').val('RichFaces');
$('input[id$=past]').val(inPast.format("d mmm yyyy"));
$('input[id$=future]').val(inFuture.format("d mmm
yyyy"));
@@ -89,6 +90,7 @@
$('input[id$=notEmpty]').val('');
$('input[id$=notNull]').val('');
$('input[id$=pattern]').val('@@@');
+ $('input[id$=regexp]').val('@@@');
$('input[id$=custom]').val('@@@');
$('input[id$=past]').val(inFuture.format("d mmm
yyyy"));
$('input[id$=future]').val(inPast.format("d mmm
yyyy"));
Show replies by date