The Action class has a getResources() method you can use to get the MessageResources.
> -----Original Message----- > From: Mark Silva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 1:53 PM > To: Struts Users Mailing List > Subject: RE: dynamic use of ApplicationResources.properties > > > no i want to get the message in the Action class. not in the jsp. > > -----Original Message----- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 5:25 PM > To: Struts Users Mailing List > Subject: Re: dynamic use of ApplicationResources.properties > > > You're not looking for <bean:message key=""/> are you? > Sounds like it, > but I could be *way* off ... > > Mark Silva wrote: > > >hello again, > > > >is there any way to dyanmically use > ApplicationResources.properties in an Action class? what i > mean is that i want to Select a message from the Action > class, and pass that message to the jsp. this will allow me > to have a much more generic page... i wont be ties to putting > the message type on the page, but create it at run time. > > > >thanks, > >mark > > > > -- > Eddie Bush > > > > > -- > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

