Hi,
i have an applet where in i have to send a class with
properties file, this properties file will haev only
those values which the applet need to show,
like the messages in applet must come from properties
file, i dont want to send all the struts resoure
bundle, or use some applet servlet communication to
display messages in applets...
so i need to build a different class with properties
file
Ashish
--- micael <[EMAIL PROTECTED]> wrote:
> Why can you not use the message tag?  I don't get
> that.  You should be able 
> to use the message tag.  You don't seem to be upset
> about that not 
> working.  Why not?  It should work.
> 
> At 11:03 AM 9/17/2002 -0700, you wrote:
> >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]>
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


=====
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