I think something like this worked for me with Struts 1.0.2. Not sure if it 
will still work with 1.1.

<c_rt:set var="messageResourcesKey"
          value="<%= org.apache.struts.action.Action.MESSAGES_KEY %>"/>

<c:set var="messageResources"
       value="${applicationScope[messageResourcesKey]}"/>

<c:set var="messageResourcesConfig"
       value="${messageResources.config}"/>

<fmt:setBundle basename="${messageResourcesConfig}"
               var="messageResourcesBundle"/>

Quoting Anthony Mutiso 2 <[EMAIL PROTECTED]>:

> What is recognized way to get JSTL <fmt:message> tag to share the same
> resources bundle as Struts <bean:message> tag?
> 
> Thanks
> 
> Anthony
> 
> --
> To unsubscribe, e-mail:  
> <mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:struts-user-help@;jakarta.apache.org>
> 


-- 
Kris Schneider <mailto:kris@;dotech.com>
D.O.Tech       <http://www.dotech.com/>

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to