Tutorial error - netui tags not closed properly
-----------------------------------------------
Key: BEEHIVE-119
URL: http://nagoya.apache.org/jira/browse/BEEHIVE-119
Project: Beehive
Type: Bug
Components: Documentation
Versions: V1Alpha
Reporter: Xibin Zeng
Priority: Minor
The following snippet has mistakes, suggested version follows:
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<netui:html>
<head>
<title>...title>
<netui:base/>
<head>
<netui:body>
..
..
..
<netui:body>
<netui:html>
------------------------------------------------
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<netui:html>
<head>
<title>...title>
<netui:base/>
</head>
<netui:body>
..
..
..
</netui:body>
</netui:html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira