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 2018/04/18 12:34:46 UTC

[myfaces-tobago] branch master updated: value="" not allowed in Mojarra 2.1

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c86e48  value="" not allowed in Mojarra 2.1
5c86e48 is described below

commit 5c86e48908b469e40c9c51cb23d9dea55ccfa0d3
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Apr 18 14:34:30 2018 +0200

    value="" not allowed in Mojarra 2.1
---
 .../src/main/webapp/content/20-component/010-input/10-in/in.xhtml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/10-in/in.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/10-in/in.xhtml
index f616bc5..8575c3b 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/10-in/in.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/10-in/in.xhtml
@@ -62,7 +62,7 @@
     <p>A <code>placeholder</code> attribute can be used for explaining a user the meaning of a field.</p>
     <p>The text of the placeholder is only shown if the value is an empty string.</p>
     <pre><code class="language-markup">&lt;tc:in label="Placeholder" placeholder="Grey Text"/&gt;</code></pre>
-    <tc:in id="i7" label="Placeholder" placeholder="Short description of the field." value=""/>
+    <tc:in id="i7" label="Placeholder" placeholder="Short description of the field." />
   </tc:section>
 
   <tc:section label="Ajax">

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.