Re: Action and ActionForm newbie questions

2008-09-29 Thread UseTheFork
Hi Dave, I am sorry if this question goes out of the range. Thanks for your answer !!! J. -- View this message in context: http://www.nabble.com/Action-and-ActionForm-newbie-questions-tp19692405p19721298.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Action and ActionForm newbie questions

2008-09-26 Thread Dave Newton
--- On Fri, 9/26/08, UseTheFork <[EMAIL PROTECTED]> wrote: > What is the proper way? There is no single "proper way". It depends on your environment, your application, and so on. In general your actions should be wrappers around calls to services, no matter how they're implemented. These quest

Re: Action and ActionForm newbie questions

2008-09-26 Thread UseTheFork
ntext: http://www.nabble.com/Action-and-ActionForm-newbie-questions-tp19692405p19696185.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Action and ActionForm newbie questions

2008-09-26 Thread Dave Newton
s finished its job, it returns the > next page to > display via an ActionForward object. > > Thanks, > > J. > -- > View this message in context: > http://www.nabble.com/Action-and-ActionForm-newbie-question

Re: Action and ActionForm newbie questions

2008-09-26 Thread Laurie Harper
UseTheFork wrote: Hi, I am learning about Struts and I am trying to understand the proper usage of Actions and ActionForms. Can you tell me if the following is correct? i) Actions are implemented as glue between the View (JSP for example) and the Model part (Hibernate for example) in MVC. Typi

Action and ActionForm newbie questions

2008-09-26 Thread UseTheFork
the user on a HTML (or JSP page) form. Some data validation can be performed. iv) Once the Action has finished its job, it returns the next page to display via an ActionForward object. Thanks, J. -- View this message in context: http://www.nabble.com/Action-and-ActionForm-newbie-questions