Originally posted by Mohan Karthick:
Friends please let me know.
I am working on following-
Adobe LC Design ,weblogic Portal development,
BEA WLI
BEA ALDSP 2.5 Aqualogic Data service platform
BEA ALSB 2.6 Aqualogic service Bus
Can any body guide the demand and exposure of above tools, I thing exp. in hibernate and spring will be more usefull
let me know the scope of bea products
Originally posted by Merrill Higginson:
String mstrName = getResources(request).getMessage(getLocale(request), "PrpName");
Both of the aboe code snippets retrieved the contents of the message when I tried them for a message key I know exists in my ApplicationResources.properties file.
Originally posted by Merrill Higginson:
However, the Action class that your Action extends has some methods that will accomplish the same thing as the RequestUtils.message() method does.
use this code instead:
mstrName = getResources(request).getMessage("PrpName");