[ http://issues.apache.org/jira/browse/BEEHIVE-454?page=history ]
     
Eddie O'Neil resolved BEEHIVE-454:
----------------------------------

      Assign To: Julie Zhuo  (was: Eddie O'Neil)
     Resolution: Fixed
    Fix Version: V1

Fixed in SVN 158136.  The behavior is different because Tomcat and WLS treat 
the process of map lookups differently.  Tomcat does not call 
Map.containsKey("foo") before calling Map.get("foo"), which is why this works 
on Tomcat.  WLS calls containsKey first, and this call was returning false when 
it should have returned true.

> MessageBundle -- Difference in EL implimentation between tomcat and WLS
> -----------------------------------------------------------------------
>
>          Key: BEEHIVE-454
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-454
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>      Fix For: V1
>  Attachments: jira454.ZIP
>
> ${bundle.bundleName.messageKey} works for Tomcat but not in WLS to bind a 
> message from a message bundle that is declared in pageflow.
> Will attach the pageflows for repor shortly.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to