Ticket #43 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Allow Form creation to be managed with adaption

Reported by: Matt Goodall <matt@pollenation.net> Assigned to: somebody
Priority: normal Milestone:
Component: form-core Version:
Severity: normal Keywords:
Cc:

Description

Thoughts so far ...

1. Define an IFormable interface with a form() method that returns a form. 2. Make Form implement IFormable and return itself. 3. Call form() to get the real form (expecting a deferred).

That should mean that an IFormable adapter can be registered for application instance types.

Change History

01/06/06 00:41:17 changed by anonymous

  • type changed from defect to enhancement.