[ 
http://issues.apache.org/jira/browse/BEEHIVE-664?page=comments#action_64926 ]
     
Krista Baker commented on BEEHIVE-664:
--------------------------------------

<netui:fileUpload>

\docs\apidocs\taglib\index.html <netui:fileUpload>
file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/fileUpload.html

1.  The fileUpload tag contains all above issues including the need for the 
dataSource changes in the description, dataSource attribute description, and 
example.
2.  Alt is the only item listed above that does not need to be changed for the 
fileUpload tag
3.  dir's description = The dir.
4.  These same items are missing attribute descriptions
5.  tagId

Corresponding PageFlow JavaDoc which needs the dataSource="{}" example modified 
to remove the {}
\docs\apidocs\classref_pageflows\index.html  org.apache.beehive.netui.tags.html
file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/FileUpload.html


> netui:checkBox tag libraries documentation
> ------------------------------------------
>
>          Key: BEEHIVE-664
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-664
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Reporter: Krista Baker
>     Assignee: Steve Hanson
>      Fix For: V1

>
> \docs\apidocs\taglib\index.html
> file:///docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/checkBox.html
> Description:
> 1.  The example of the <netui:checkBox> tag needs to be updated.  The {} are 
> automatically inserted for the user, causing the following example to give an 
> error:  <netui:checkBox dataSource="{actionForm.checkBoxValue}"/> should be 
> changed to: <netui:checkBox dataSource="actionForm.checkBoxValue"/>
> This same dataSource issue also needs to be fixed in the dataSource attribute 
> description: <netui:textBox dataSource="{actionForm.foo}"/> should be 
> <netui:textBox dataSource="actionForm.foo"/> and <netui-data:repeater 
> dataSource="{pageFlow.myIterativeData}"> should be <netui-data:repeater 
> dataSource="pageFlow.myIterativeData">
> And in one more place, the Example at the bottom of the page <netui:checkBox 
> dataSource="{actionForm.wantsSpecialOffers}"/> should be <netui:checkBox 
> dataSource="actionForm.wantsSpecialOffers"/>
> Attributes:
> 2.  The following attributes are missing a Data bindable: value
> alt, dataSource, defaultValue, disabled, onBlur, onChange, onFocus, and 
> onSelect
> 3.  Even though dir is a Standard Html Attribute, the description is lacking: 
> "The dir." The description taken from the standard Attributes Value 
> Description:
> dir ltr | rtl Sets the text direction 
> 4.  onBlur, onChange, onFocus, onSelect - none of these have attribute 
> descriptions. The typical: "The on** JavaScript event would be sufficient. 
> 5. tagId see JIRA-637
> Corresponding PageFlow JavaDoc information which needs updating: 
> \docs\apidocs\classref_pageflows\index.html
> file:///docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/CheckBox.html
> The Example at the top needs the dataSource updates listed in #1. above, same 
> as the tagLibrary example
> 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

Reply via email to