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) <beehive-dev@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 > >