> So, my question - is this expected behavior?  Is 1.2.9 
> backward compatible to 1.1?  Or are there some hidden gotchas 
> that I should be concerned about?

I got snagged when my app tried to display an error message on a page.
Turns out that the resources file was found using the
"<init-param><param-name>application..." tag within the <servlet> tag
that defines the Struts ActionServlet in web.xml. But 1.2 ignores that
tag, so it couldn't find the resources file, and I got an - er - not
very informative error message on the console.

In Struts 1.2.x, you put this tag in struts-config.xml:

<message-resources parameter="xxxx" null="false"/>

Struts will then find the resources file at
\WEB-INF\classes\xxxx.properties

--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to