Daniel Friesen schreef:
I'm actually working on refactoring the EditPage class. My goals are a bit different, but they still do require some more organization in EditPage.
I'm trying to make EditPage expendable. Currently the EditPage has so much different stuff mixed in different areas of the class that it's impossible to override a small area of it inside of a subclass. ie: A different type of edit page, such as SF's formedit.
If that results in a clean separation of UI and backend code, it would probably solve my problem.
Roan Kattouw (Catrope)