| Author |
Accessing properties in MessageResourcesConfig from PropertyMessageResources
|
Per Lovdinger
Ranch Hand
Joined: Jun 11, 2001
Posts: 35
|
|
Info: <message-resources parameter="ApplicationResources" factory="MyOwnFactory" class=MyOwnConfig" > <set-property property="xProp" value="xValue"/> </message-resources> MyOwnFactory extends PropertyMessageResourcesFactory MyOwnFactory instansiates MyOwnMessageResources MyOwnMessageResources extends PropertyMessageResources MyOwnConfig extends MessageResourcesConfig MyOwnConfig has a property called xProp Problem: How can my class MyOwnMessageResources access property in MyOwnConfig ? Is there a static method somewhere in Struts api ? thanks in advance
|
 |
 |
|
|
subject: Accessing properties in MessageResourcesConfig from PropertyMessageResources
|
|
|