Author: ppitonak(a)redhat.com
Date: 2011-03-09 12:10:11 -0500 (Wed, 09 Mar 2011)
New Revision: 22121
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/list.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/csv.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/jsr303.xhtml
Log:
small fixes
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/list.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/list.xhtml 2011-03-09
17:09:46 UTC (rev 22120)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/list.xhtml 2011-03-09
17:10:11 UTC (rev 22121)
@@ -43,7 +43,7 @@
Page containing <b>rich:calendar</b> with data model and
inputs for all its attributes.
</metamer:testPageLink>
- <metamer:testPageLink id="csv" outcome="csv"
value="Client Side Validation">
+ <metamer:testPageLink id="csv" outcome="csv"
value="Client Side Validation">
Simple page that contains 3 <b>rich:calendar</b>s testing
client-side validation.
</metamer:testPageLink>
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-03-09
17:09:46 UTC (rev 22120)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/csv.xhtml 2011-03-09
17:10:11 UTC (rev 22121)
@@ -37,7 +37,12 @@
</ui:define>
<ui:define name="head">
-
+ <style type="text/css">
+ .rf-msg-err {
+ display: block !important;
+ margin-bottom: 6px;
+ }
+ </style>
</ui:define>
<ui:define name="component">
@@ -329,7 +334,7 @@
<a4j:commandButton id="a4jButton"
value="a4j:commandButton"/>
<br/>
- <rich:messages/>
+ <rich:messages id="msgs"/>
</ui:define>
<ui:define name="outOfTemplateAfter">
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/jsr303.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/jsr303.xhtml 2011-03-09
17:09:46 UTC (rev 22120)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richValidator/jsr303.xhtml 2011-03-09
17:10:11 UTC (rev 22121)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
-
xmlns:metamer="http://java.sun.com/jsf/composite/metamer">
+
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<!--
JBoss, Home of Professional Open Source
@@ -37,7 +36,12 @@
</ui:define>
<ui:define name="head">
-
+ <style type="text/css">
+ .rf-msg-err {
+ display: block !important;
+ margin-bottom: 6px;
+ }
+ </style>
</ui:define>
<ui:define name="component">
@@ -176,7 +180,7 @@
<a4j:commandButton id="a4jButton"
value="a4j:commandButton"/>
<br/>
- <rich:messages/>
+ <rich:messages id="msgs"/>
</ui:define>
<ui:define name="outOfTemplateAfter">