Sorry to post a bug here, but the bug database is down right now and I wanted to let
someone know. I've been working on getting everything working on 1.1 and I think I
found something wrong in the ConfigRuleSet as it relates to the message-resources
element. Here is a section of the file starting around line 245:
digester.addSetNext
("struts-config/messageResources",
"setMessageResourcesConfig",
"org.apache.struts.config.MessageResourcesConfig");
I think there are two problems with this. First, the messageResources should be
message-resources and second, there is no method called setMessageResourcesConfig on
the ApplicationConfig class that I can see. It's called addMessageResourcesConfig.
When I change these two things and recompile, everything works like it should. If I
don't make these changes, the parameter value that I specify in the message-resource
element never gets put into the MessageResourcesConfig object.
I'm using the 02/23/02 download. Hopefully, I'm not being stupid and overlooking
something. I will probably post this to the bug database unless someone tells me
differently.
Chuck Cavaness
--
Posted via jApache.org
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>