You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <be...@incubator.apache.org> on 2004/12/14 17:51:03 UTC

[jira] Closed: (BEEHIVE-119) Tutorial error - netui tags not closed properly

     [ http://nagoya.apache.org/jira/browse/BEEHIVE-119?page=history ]
     
Julie Zhuo closed BEEHIVE-119:
------------------------------


Verified by Jeremiah and Xibin. Closed.

> 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: Julie Zhuo
>     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