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>
Show replies by date