[ http://nagoya.apache.org/jira/browse/BEEHIVE-119?page=history ] Steve Hanson resolved BEEHIVE-119: ----------------------------------
Resolution: Fixed Fix Version: V1Beta Sorry for the delay...so many bugs! This is fixed. > 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 > Assignee: Steve Hanson > Priority: Minor > Fix For: V1Beta > > 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