You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Krista Baker (JIRA)" <be...@incubator.apache.org> on 2005/05/10 18:24:06 UTC

[jira] Created: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

netui tag libraries documentation needs updated tagId attribute descriptions
----------------------------------------------------------------------------

         Key: BEEHIVE-637
         URL: http://issues.apache.org/jira/browse/BEEHIVE-637
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Reporter: Krista Baker
 Assigned to: Steve Hanson 
     Fix For: V1


The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.

1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  

In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).

These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.

2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  

bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-637?page=all ]

Carlin Rogers updated BEEHIVE-637:
----------------------------------

    Assign To: Carlin Rogers  (was: Steve Hanson)
      Version: V1

> netui tag libraries documentation needs updated tagId attribute descriptions
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-637
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-637
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      Fix For: V1

>
> The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
> anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.
> 1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  
> In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).
> These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.
> 2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  
> bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-637?page=all ]

Carlin Rogers updated BEEHIVE-637:
----------------------------------

    Attachment: tagdocpatch.txt

The attached patch contains Javadoc changes to fix this bug as well
as BEEHIVE-639, 645, 647, 654, 664, 666, 669, 676, 677, 681, 692,
694, 696, and 697. All these bugs concern the NetUI HTML taglib
documentation.

> netui tag libraries documentation needs updated tagId attribute descriptions
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-637
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-637
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      Fix For: V1
>  Attachments: tagdocpatch.txt
>
> The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
> anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.
> 1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  
> In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).
> These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.
> 2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  
> bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-637?page=all ]

Carlin Rogers reassigned BEEHIVE-637:
-------------------------------------

    Assign To: Krista Baker  (was: Carlin Rogers)

Thanks. Assigning back to Krista to verify.

> netui tag libraries documentation needs updated tagId attribute descriptions
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-637
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-637
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>      Fix For: V1
>  Attachments: tagdocpatch.txt
>
> The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
> anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.
> 1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  
> In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).
> These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.
> 2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  
> bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-637?page=all ]
     
Krista Baker closed BEEHIVE-637:
--------------------------------


Verified fixed at svn revision 169890.  All tagIds in the html doc references have been updated for the default lookup scripts.

> netui tag libraries documentation needs updated tagId attribute descriptions
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-637
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-637
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>      Fix For: V1
>  Attachments: tagdocpatch.txt
>
> The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
> anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.
> 1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  
> In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).
> These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.
> 2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  
> bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-637?page=all ]

Carlin Rogers reassigned BEEHIVE-637:
-------------------------------------

    Assign To: Rich Feit  (was: Carlin Rogers)

Please review and commit for v1.0. Thanks Rich.

> netui tag libraries documentation needs updated tagId attribute descriptions
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-637
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-637
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Rich Feit
>      Fix For: V1
>  Attachments: tagdocpatch.txt
>
> The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
> anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.
> 1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  
> In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).
> These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.
> 2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  
> bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-637) netui tag libraries documentation needs updated tagId attribute descriptions

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-637?page=all ]
     
Rich Feit resolved BEEHIVE-637:
-------------------------------

     Assign To: Carlin Rogers  (was: Rich Feit)
    Resolution: Fixed

Revision 169890 -- thanks Carlin.  I'm assigning this back to you just so you see it and can resolve the other issues that were included in the patch.

> netui tag libraries documentation needs updated tagId attribute descriptions
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-637
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-637
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      Fix For: V1
>  Attachments: tagdocpatch.txt
>
> The following netui tags contain the tagId attribute and the same (or similar) tagId attribute descriptions in the documentation:
> anchor, area, body, button, checkBox, checkBoxOption, divPanel, fileUpload, form, hidden, image, imageAnchor, imageButton, label, radioButtonOption, select, selectOption, span, textArea, textBox, tagId, and treeItem.
> 1.  The following lookup functions are considered "Legacy" and are not generated without adding a "legacy" line in beehive-netui-config.xml: getScopeId and getNetuiTagName.  
> In the first paragraph of the attribute description the last sentence says: In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).  This last function name should be replaced by: lookupIdByTagId ( tagId, tag ).
> These changes from getNetuiTagName to lookupIdByTagId should be replaced in all occurences of the description in all tags that contain the tagId attribute.
> 2.  The link at the end of the description says: For detailed information on using the function ... see <a>Using JavaScript in Page Flow and Portal Applications</a>  This anchor links to the following page: file:///C:/appbash/apache-beehive-incubating-20050510-svn169446/docs/apidocs/guide/netui/guide/conUsingJavaScript.html which does not exist.  
> bash05102005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira