Jeremiah -

Yes I confirm.

Thanks
Xibin

-----Original Message-----
From: Jeremiah Johnson (JIRA) [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 4:27 PM
To: Xibin Zeng
Subject: [jira] Commented: (BEEHIVE-119) Tutorial error - netui tags not
closed properly

     [
http://nagoya.apache.org/jira/browse/BEEHIVE-119?page=comments#action_56
480 ]
     
Jeremiah Johnson commented on BEEHIVE-119:
------------------------------------------

I think that this has been resolved.  I have gone through the tutorials
and didn't run into this.

BTW, the diff of the above is easier to look at:
7c7
<   <head>
---
>   </head>
12,13c12,13
<   <netui:body>
< <netui:html>
---
>   </netui:body>
> </netui:html>

- jeremiah

> 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

>
> 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


Reply via email to