RE: [S2]Actions with onLoad() and onSubmit() instead of execute()

2007-09-27 Thread Wesley Wannemacher
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

[S2]Actions with onLoad() and onSubmit() instead of execute()

2007-09-27 Thread Victor Neo
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