You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2007/11/20 16:51:13 UTC

svn commit: r596723 - /beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/index.jsp

Author: ekoneil
Date: Tue Nov 20 07:51:12 2007
New Revision: 596723

URL: http://svn.apache.org/viewvc?rev=596723&view=rev
Log:
Update the page template for the NetUI web project archetype.



Modified:
    beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/index.jsp

Modified: beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/index.jsp?rev=596723&r1=596722&r2=596723&view=diff
==============================================================================
--- beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/index.jsp (original)
+++ beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/index.jsp Tue Nov 20 07:51:12 2007
@@ -1,5 +1,10 @@
+<%@ page language="java"%>
+<%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
+<%@ taglib prefix="netui-data" uri="http://beehive.apache.org/netui/tags-databinding-1.0"%>
+<%@ taglib prefix="netui-temp" uri="http://beehive.apache.org/netui/tags-template-1.0"%>
+
 <html>
     <body>
-        <h2>Hello World!</h2>
+        <span style="font-weight:bold">Hello World!</span>
     </body>
 </html>