Hi,

I want to get the ResourceBundle from sturts in my jsp
and servlet, 
I need to get some messages from these resource to be
displayed in jsp , but cannot use the <bean:message
key="index.title"/> tag,
I tried using
PropertyMessageResources bundle =
(PropertyMessageResources)PropertyMessageResources.getMessageResources("ApplicationResource");
and then used  bundle.getMessage("index.title");
but this does not work, any suggestions


=====
A$HI$H

__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

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

Reply via email to