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/11 00:27:08 UTC

[jira] Created: (BEEHIVE-692) netui:formatDate tag libraries documentation

netui:formatDate tag libraries documentation
--------------------------------------------

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


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

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

Attributes:
2. country, language, pattern, and stringInputPattern attributes do not have a Data bindable: value

3. country and language do not have attribute descriptions

4. pattern does not have a description, should reference the table of pattern letters

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


PageFlow JavaDoc API:
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

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


Re: [jira] Updated: (BEEHIVE-692) netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation

Posted by Eddie ONeil <ek...@gmail.com>.
Krista--

  Hey; these are great bugs.  One thing that needs pointing out is
that the "pageContext" implicit object is a throwback to the old NetUI
days and in JSP 2.0 parlance is called "pageScope".  So, all binding
expressions that were:

  {pageContext.today}

should change to:

  ${pageScope.today}

Could you note this in the bug so that whomever fixes it catches these as well?

Additional mappings are below if they happen to come up.

Thanks!

Eddie

pageContext > pageScope
request > requestScope
session > sessionScope
application > applicationScope
url > param




On 5/10/05, Krista Baker (JIRA) <be...@incubator.apache.org> wrote:
>      [ http://issues.apache.org/jira/browse/BEEHIVE-692?page=all ]
> 
> Krista Baker updated BEEHIVE-692:
> ---------------------------------
> 
>         Summary: netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation  (was: netui:formatDate tag libraries documentation)
>     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 $,
> 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
> 
>   was:
> file:
> /docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/formatDate.html
> 
> Description:
> 1. The netui:content value needs a $,
> current: <netui:content value="{pageContext.euroDate}">
> Updated: <netui:content value="${pageContext.euroDate}">
> 
> Attributes:
> 2. country, language, pattern, and stringInputPattern attributes do not have a Data bindable: value
> 
> 3. country and language do not have attribute descriptions
> 
> 4. pattern does not have a description, should reference the table of pattern letters
> 
> Example:
> 5. The <netui:label tag needs the $
> Current: <netui:label value="{pageContext.today}">
> Updated: <netui:label value="${pageContext.today}">
> 
> PageFlow JavaDoc API:
> 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
> 
> > 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
> >     Reporter: Krista Baker
> >     Assignee: Steve Hanson
> >      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 $,
> > 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
> 
> --
> 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-692) netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation

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

Carlin Rogers updated BEEHIVE-692:
----------------------------------

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

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

-- 
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-692) netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation

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

     Assign To: Krista Baker  (was: Carlin Rogers)
    Resolution: Fixed

Fixed with revision 169890. Note that the Data Bindable field will be removed from the table.

> 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: Krista Baker
>      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


[jira] Updated: (BEEHIVE-692) netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ 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


[jira] Closed: (BEEHIVE-692) netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation

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


Verified fixed at svn revision 169890. 

> 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: Krista Baker
>      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


[jira] Updated: (BEEHIVE-692) netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation

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

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

        Summary: netui:formatDate, netui:formatString, and netui:formatNumber tag libraries documentation  (was: netui:formatDate tag libraries documentation)
    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 $, 
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

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

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

Attributes:
2. country, language, pattern, and stringInputPattern attributes do not have a Data bindable: value

3. country and language do not have attribute descriptions

4. pattern does not have a description, should reference the table of pattern letters

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


PageFlow JavaDoc API:
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


> 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
>     Reporter: Krista Baker
>     Assignee: Steve Hanson
>      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 $, 
> 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

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