Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
On incubator.apache.org/beehive/ navigate to documentation -> reference docs -> page flows.
The following menu item is displayed: netui-config.xml On approximately 03/03/05 this file name was changed to beehive-netui-config.xml. The following references should be updated:
The Menu item listed at incubator.apache.org/beehive/>documentation>Reference Docs->Page Flows->netui-config.xml should say beehive-netui-config.xml
All occurences of netui-config.xml listed on the http://incubator.apache.org/beehive/pageflow/config/netui-config.html page Including: title, header, pdf file name, description, etc.
The second part of this CR is that while viewing this netui-config.xml reference doc and PDF file, some of the elements contains incorrect information. While viewing the above netui-config.html page navigate to Elements->
<doctype>
In the Syntax portion of the <doctype> listing is the following:
<doctype> [ default | legacy | legacyOnly ] </doctype> [occurrences: 0-1]
This is incorrect for the doctype, the correct doctype syntax should be:
<doctype> [ html4-loose | xhtml1-transitional ] </doctype> [occurrences: 0-1]
<interceptor-class>
The information for this element I believe is incorrect. It seems that the <id-javascript> element was copied and not changed for this <interceptor-class> element.
I do not know the proper Syntax, Parents, or Children for this element.
<expression-language>
The information for this element I believe is also incorrect. The <expression-language> tag shows that it has Children: none, however, in the Syntax of <expression-languages> it shows <expression-language> having the following children: <name>, <factory-class>, and <binding-contexts>