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

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 the struts-example... public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { //

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