You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2002/09/09 14:40:56 UTC

DO NOT REPLY [Bug 12433] New: - I18N locale tag returns wrong object type (should be Locale)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12433>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12433

I18N locale tag returns wrong object type (should be Locale)

           Summary: I18N locale tag returns wrong object type (should be
                    Locale)
           Product: Taglibs
           Version: 1.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: I18N Taglib
        AssignedTo: taglibs-dev@jakarta.apache.org
        ReportedBy: geddesje@us.ibm.com


The locale tag doc indicates that it returns a Locale object 
(java.util.Locale, i presumed), but the LocaleEI class actually specifies 
java.lang.String as the return type for the id.  I am using the localeRef 
attribute to pull the java.util.Locale object from the session, and need for the 
tag to return the object, not the string...

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>