[ http://issues.apache.org/jira/browse/BEEHIVE-692?page=all ]

Krista Baker updated BEEHIVE-692:
---------------------------------

    Description: 
<netui:formatDate>
file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/formatDate.html

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

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

Description:
<netui:formatDate> ONLY
1. The netui:content value needs a $ and pageContext should be pageScope, 
current: <netui:content value="{pageContext.euroDate}">
Updated: <netui:content value="${pageScope.euroDate}">

<netui:formatString> ONLY
2.  The netui:label value needs a $,
current: <netui:label value="{pageFlow.phone}">
Updated: <netui:label value="${pageFlow.phone}">

Attributes: ALL
3. country, language, pattern, (and stringInputPattern for formatDate tag) 
attributes do not have a Data bindable: value

4. country and language do not have attribute descriptions
Country: The country code for the locale.
Language: The language code for the locale.

5. pattern does not have a description, should reference the table of pattern 
letters or the sample pattern letters that are contained in the Description 
depending on the tag.

Example: 
<netui:formatDate> only
6. The <netui:label tag needs the $ and pageContext should be pageScope
Current: <netui:label value="{pageContext.today}">
Updated: <netui:label value="${pageScope.today}">

PageFlow JavaDoc API:
FormatDate
file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/FormatDate.html
Example: -- <netui:label value="" needs $ and pageContext should be pageScope
Current: <netui:label value="{pageContext.today}">
Updated: <netui:label value="${pageScope.today}">


bash05102005

  was:
<netui:formatDate>
file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/formatDate.html

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

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

Description:
<netui:formatDate> ONLY
1. The netui:content value needs a $, 
current: <netui:content value="{pageContext.euroDate}">
Updated: <netui:content value="${pageContext.euroDate}">

<netui:formatString> ONLY
2.  The netui:label value needs a $,
current: <netui:label value="{pageFlow.phone}">
Updated: <netui:label value="${pageFlow.phone}">

Attributes: ALL
3. country, language, pattern, (and stringInputPattern for formatDate tag) 
attributes do not have a Data bindable: value

4. country and language do not have attribute descriptions
Country: The country code for the locale.
Language: The language code for the locale.

5. pattern does not have a description, should reference the table of pattern 
letters or the sample pattern letters that are contained in the Description 
depending on the tag.

Example: 
<netui:formatDate> only
6. The <netui:label tag needs the $
Current: <netui:label value="{pageContext.today}">
Updated: <netui:label value="${pageContext.today}">

PageFlow JavaDoc API:
FormatDate
file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/FormatDate.html
Example: -- <netui:label value="" needs $
Current: <netui:label value="{pageContext.today}">
Updated: <netui:label value="${pageContext.today}">


bash05102005


Changed the updated values to reflect the following changes:
pageContext > pageScope
request > requestScope
session > sessionScope
application > applicationScope
url > param

The old values are on the left and the updated/correct values are on the right.

> netui:formatDate, netui:formatString, and netui:formatNumber tag libraries 
> documentation
> ----------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-692
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-692
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Carlin Rogers
>      Fix For: V1

>
> <netui:formatDate>
> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/formatDate.html
> <netui:formatNumber>
> file:/docs\apidocs\taglib\beehive.apache.org\netui\tags-html-1.0\formatNumber.html
> <netui:formatString>
> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/formatString.html
> Description:
> <netui:formatDate> ONLY
> 1. The netui:content value needs a $ and pageContext should be pageScope, 
> current: <netui:content value="{pageContext.euroDate}">
> Updated: <netui:content value="${pageScope.euroDate}">
> <netui:formatString> ONLY
> 2.  The netui:label value needs a $,
> current: <netui:label value="{pageFlow.phone}">
> Updated: <netui:label value="${pageFlow.phone}">
> Attributes: ALL
> 3. country, language, pattern, (and stringInputPattern for formatDate tag) 
> attributes do not have a Data bindable: value
> 4. country and language do not have attribute descriptions
> Country: The country code for the locale.
> Language: The language code for the locale.
> 5. pattern does not have a description, should reference the table of pattern 
> letters or the sample pattern letters that are contained in the Description 
> depending on the tag.
> Example: 
> <netui:formatDate> only
> 6. The <netui:label tag needs the $ and pageContext should be pageScope
> Current: <netui:label value="{pageContext.today}">
> Updated: <netui:label value="${pageScope.today}">
> PageFlow JavaDoc API:
> FormatDate
> file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/FormatDate.html
> Example: -- <netui:label value="" needs $ and pageContext should be pageScope
> Current: <netui:label value="{pageContext.today}">
> Updated: <netui:label value="${pageScope.today}">
> 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