so? what is the model? the beans?
public class Employee{
private String name;
private String surname;
public setter/getter ...
}
2010/5/25 Antonio Petrelli <[email protected]>
> 2010/5/25 Fabio Perfetti <[email protected]>:
> > 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>