I have been using message resources for a while in my struts apps ...
but because it is monday, I am getting an error on a certain page.

struts.xml has this:
  <message-resources parameter="com.my.package.general" null="false"/>

And in most of my JSP pages, all is happy, but within a frameset I am
getting thrown to an error page stating the key does not exist:

JSP:
<bean:message key="title"/> and it exists within <html:html> tags.

Most of the time it just works ... but I am missing something. What is
required in a JSP page (besides including the bean tag) for this to
work?

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

Reply via email to