Re: Passing in key to or at runtime

2005-04-25 Thread Jeff Beal
Have you looked at and ? -- Jeff On 4/25/05, Greg Pelly <[EMAIL PROTECTED]> wrote: > Is it possible to use or to look up a key that is > not known until runtime (ie, stored in the request)? > > I have a results screen that will display a message that varies depending on > the query performed.

Passing in key to or at runtime

2005-04-25 Thread Greg Pelly
Is it possible to use or to look up a key that is not known until runtime (ie, stored in the request)? I have a results screen that will display a message that varies depending on the query performed. I would like this message to be retrieved from the bundle in the struts-config.xml. For ex