Re: Access to Resource Bundle when there is no action

2011-07-21 Thread Jeffrey Black
to hit the resource bundle via my >> Class-less JSP's. I am using version 2.2.3. >> >> Let us know if this helps. >> >> Best, >> >> jb >> / >> >> >> >> From: JOSE L MARTINEZ-AVIAL >> To: Struts Users Mailing

Re: Access to Resource Bundle when there is no action

2011-07-21 Thread JOSE L MARTINEZ-AVIAL
le is sitting alongside my > > struts.properties > > > file > > > on the Classpath. > > > > > > I am using, for example, tags to hit the resource bundle via > my > > > Class-less JSP's. I am using version 2.2.3. > > > > >

Re: Access to Resource Bundle when there is no action

2011-07-21 Thread Chris Pratt
s to hit the resource bundle via my > > Class-less JSP's. I am using version 2.2.3. > > > > Let us know if this helps. > > > > Best, > > > > jb > > / > > > > > > > > From: JOSE L MARTINEZ-AVIAL > > To:

Re: Access to Resource Bundle when there is no action

2011-07-21 Thread JOSE L MARTINEZ-AVIAL
elps. > > Best, > > jb > / > > > > From: JOSE L MARTINEZ-AVIAL > To: Struts Users Mailing List > Sent: Thu, July 21, 2011 8:16:35 AM > Subject: Re: Access to Resource Bundle when there is no action > > Just to clarify that whe

Re: Access to Resource Bundle when there is no action

2011-07-21 Thread Jeff Black
JSP's.  I am using version 2.2.3. Let us know if this helps. Best, jb / From: JOSE L MARTINEZ-AVIAL To: Struts Users Mailing List Sent: Thu, July 21, 2011 8:16:35 AM Subject: Re: Access to Resource Bundle when there is no action Just to clarify that when I

Re: Access to Resource Bundle when there is no action

2011-07-21 Thread JOSE L MARTINEZ-AVIAL
Just to clarify that when I talk about "accessing a Resource bundle on an action that has no action class" I mean accessing the resource from a JSP called as as result from an Struts2 action that has no class associated. Nobody has found this issue before? If so, how do you solve it? TIA Jose 20

Access to Resource Bundle when there is no action

2011-07-20 Thread JOSE L MARTINEZ-AVIAL
Hi, I'm using Struts 2.1.8.1, and I'm having some problems with accessing a Resource bundle on an action that has no action class associated. It just doesn't find the bundle, which seams reasonable since Struts doesn't know where to look. I see that it's possible to define a global resources( htt