The ERD2WDirectAction does all of this, btw. Cheers, Anjo
Am 01.04.2008 um 05:14 schrieb Mike Schrag:
and it will look for page components (named by convention, though they must implement a particular interface as a security measure). So for instance it will look for PersonListXmlPage, or PersonListPage (for standard HTML) and generate URLs like /entity/ Person/5 or /entity/Person/list or /entity/Person/create. You can also map query string parameters to component methods by annotating certain methods of your component with an @EntityParameter annotation. In code, you can have your action methods return things like:
_______________________________________________ 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]
