S2]Actions with onLoad() and onSubmit() instead of execute()
>
>
> I wish to implement my S2 Action classes implementing ModelDriven with
> onLoad() and onSubmit() methods that replaces the default
> execute() method.
>
> When the user first views a page, onLoad() is cal
I wish to implement my S2 Action classes implementing ModelDriven with
onLoad() and onSubmit() methods that replaces the default execute() method.
When the user first views a page, onLoad() is called. If the user submits
the form, onSubmit() is called.
My idea is to create an Interface with these
2 matches
Mail list logo