Help with code screen using model-view-controller
Help with code screen using model-view-controller
- Subject: Help with code screen using model-view-controller
- From: Carter Wojcik <email@hidden>
- Date: Thu, 1 Jun 2006 13:23:54 -0700 (PDT)
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden