so? what is the model? the beans?

public class Employee{
   private String name;
   private String surname;
   public setter/getter ...
}


2010/5/25 Antonio Petrelli <antonio.petre...@gmail.com>

> 2010/5/25 Fabio Perfetti <perfabi...@gmail.com>:
> > I am wondering if the actions belongs to the model layer or to the
> > controller layer.
>
> Actions are by definition part of the controller.
>
> > All the example on the web are simple!
> > Anyone can explain me? (with an example please)
>
> No example but a simple argument: the model exists *without* the need
> of any controller part, especially actions.
>
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to