[weld-commits] Weld SVN: r5014 - extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/webapp.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Nov 12 21:31:52 EST 2009


Author: dan.j.allen
Date: 2009-11-12 21:31:52 -0500 (Thu, 12 Nov 2009)
New Revision: 5014

Modified:
   extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/webapp/index.xhtml
Log:
highlight ouput values in color


Modified: extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/webapp/index.xhtml
===================================================================
--- extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/webapp/index.xhtml	2009-11-13 02:30:34 UTC (rev 5013)
+++ extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/webapp/index.xhtml	2009-11-13 02:31:52 UTC (rev 5014)
@@ -7,7 +7,7 @@
 </h:head>
 <h:body>
 	<h1>Does Weld Work?</h1>
-	<p>My weld-injected bean says: #{helloWorld.text} in a JSF EL dialect.</p>
-	<p>You can write the same value using UEL ${helloWorld.text}</p>
+	<p>My weld-injected bean says <span style="color: blue;">#{helloWorld.text}</span> in a JSF EL dialect.</p>
+	<p>You can write the same value using the Unified EL: <span style="color: green;">${helloWorld.text}</span></p>
 </h:body>
-</html>
\ No newline at end of file
+</html>



More information about the weld-commits mailing list