Re: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Eddie Bush
I'm sorry, Jeff, I thought you were talking about from within the Action. The action is where you should be dealing with properties. The ActionForm is just ... Well you could think about it like a piece of copper. Electricity is commonly transferred from one place to another over copper

ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Jeff_Mychasiw
I am using 1.1b2 I have searched for this question but have found many similar questions but no satisfactory answer. It appears that using : MessageResources msg = this.getServlet().getResources() inside the action for will work, but it is deprecated. What is the cleanest way to do this? I am

Re: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Eddie Bush
Have you tried the javadocs yet? -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Jeff_Mychasiw
from within ActionForm's validate()?? Have you tried the javadocs yet? -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org -- To unsubscribe, e-mail: mailto:struts

RE: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread James Mitchell
- From: [EMAIL PROTECTED] [mailto:Jeff_Mychasiw;nlgroup.ca] Sent: Thursday, October 17, 2002 4:12 PM To: [EMAIL PROTECTED] Subject: ApplicationResources from within ActionForm's validate()?? I am using 1.1b2 I have searched for this question but have found many similar questions

Re: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Jeff_Mychasiw
Users Mailing List [EMAIL PROTECTED] cc: Subject:Re: ApplicationResources from within ActionForm's validate()?? I'm sorry, Jeff, I thought you were talking about from within the Action. The action is where you should be dealing with properties. The ActionForm is just ... Well you could think