Re: message-resources question

2005-02-24 Thread Jim Kennedy
From: Scott Purcell <[EMAIL PROTECTED]> Sent: Feb 24, 2005 3:10 PM To: user@struts.apache.org Subject: message-resources question In an action class, can one get access to the message-resources? I use the resources from JSP pages, but do not know if I can access them from a action c

RE: message-resources question

2005-02-24 Thread Scott Purcell
ruts Users Mailing List Subject: RE: message-resources question Yes, you can. Take a look at getResources(request) - Scott -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 3:10 PM To: user@struts.apache.org Subject: message-resources qu

RE: message-resources question

2005-02-24 Thread Scott Piker
Yes, you can. Take a look at getResources(request) - Scott -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 3:10 PM To: user@struts.apache.org Subject: message-resources question In an action class, can one get access to the message

message-resources question

2005-02-24 Thread Scott Purcell
In an action class, can one get access to the message-resources? I use the resources from JSP pages, but do not know if I can access them from a action class in the execute method? Thanks, Scott