Sorry if this is trivial? How do I find out the name of "applicationResource"?
My app is a subapp which has its own strutsconfig file. The Struts config file also has a message resource file (ie myapp.messages) Since It is on the topic of message resource, what is the purpose of "Message key" param in the message resource configuration? Thanks -D ----- Original Message ----- From: "Karr, David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 3:21 PM Subject: RE: JSTL equivalent of bean:message I haven't tried this, but perhaps something like this: <fmt:message key="xxx.yyyy" bundle="applicationResources"/> (where "applicationResources" is the name of your Struts application properties bundle.) > -----Original Message----- > From: Dan Tran [mailto:[EMAIL PROTECTED]] > > Someone claims on this group that they are able to > replace struts-bean tag for jstl. What is the > equivalent of > > <bean:message key="xxx.yyyy" /> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

