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=17256>.
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=17256

The <bean:message> tag cannot be used with sessions disabled

           Summary: The <bean:message> tag cannot be used with sessions
                    disabled
           Product: Struts
           Version: 1.0.2 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If one disables session state in one's application. The <bean:message> tag will 
give an error..

"can&#39;t access SESSION_SCOPE without an 
HttpSession: java.lang.IllegalArgumentException: can't access 
SESSION_SCOPE without an HttpSession"

The tag insists on looking for the Locale object in the session, and since 
there's no session, it gives an exception.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to