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

Reply via email to