Look at the bean taglib - specificall <bean:message /> This is really a struts-user question :-) It's not loaded into the session - it's loaded into application-scope, and copied to the request-scope - along with the rest of the configuration for the currently-selected module.
Christopher Cheng wrote: >Does web.xml or struts-config.xml have a setting to load property file into >the session with a certain key, so that the taglib can use it? > >I am currently doing that explicitly in one of the plugins. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>