Matthias Wessendorf schrieb:
> what he want's is to execute a method and then rendering a page.
> 
You can do that with the lifecycle handling in a more natural way.
For one reason or the other I never liked the action based mvc approach
of struts.
After all the rendering is at the end of the lifecycles
everything done before is prerendering.


I personally prefer shales approach of the reduced 4 states in the view
controller, you basically can achieve something very similar by using
shales view controllers in a very clean way.


Reply via email to