Hi All - I have a bunch of code screens for my app that I need to create. I would like to create a template page that uses model-view-controller, that I can duplicate for each of the code screens.
Currently I have a code screen (CodePage.wo) that uses a WODisplayGroup to list all records in my code table. I also have a search component that has two actions, clear all and search. When a user selects a record in the display group the selected record is displayed to the user below the list. The selection also displays three actions, delete, revert and save. I have placed all the logic (clear all, search, delete, revert, save) in the codePage.java file and would like to separate it out so it conforms to mvc. Does anyone know of a good reference or examples that can demonstrate model-view-controller? Thanks for any help or guidance. Carter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
