You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/05/11 13:28:28 UTC

svn commit: r1743362 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp: content/30-concept/06-validation/02/severity.xhtml tobago-resource/html/standard/standard/property/overview.properties.xml

Author: lofwyr
Date: Wed May 11 13:28:28 2016
New Revision: 1743362

URL: http://svn.apache.org/viewvc?rev=1743362&view=rev
Log:
TOBAGO-1549: Style classes for faces-messages incompatible to bootstrap 4
* demo

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/02/severity.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview.properties.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/02/severity.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/02/severity.xhtml?rev=1743362&r1=1743361&r2=1743362&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/02/severity.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/02/severity.xhtml Wed May 11 13:28:28 2016
@@ -20,7 +20,7 @@
 <ui:composition template="/main.xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="todo"/>
+  <ui:param name="title" value="#{overviewBundle.severity}"/>
 
   The validator of each field creates a FacesMessage with the given severity.
 

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview.properties.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview.properties.xml?rev=1743362&r1=1743361&r2=1743362&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview.properties.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview.properties.xml Wed May 11 13:28:28 2016
@@ -100,6 +100,7 @@
   <entry key="validation">Validation</entry>
   <entry key="content_validation">Content Validation</entry>
   <entry key="validation_jsr303">JSR 303: Bean Validation</entry>
+  <entry key="severity">Severity</entry>
   <entry key="conversion">Conversion</entry>
   <entry key="form">Forms</entry>
   <entry key="theme">Themes</entry>