WebSeitz/wikilog
Web Form Flow
Whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness.

(backlinks off) (map off)
(search off)
last edited by BillSeitz on Sep 3, 2008 9:29 am

Some -s, esp apps, use lots of inter-connected .

Do you make people view a record, then hit an Edit button?

Should a create or edit return , or redirect to a function that does generates that ?

If you try to combine a create form and an edit form, with lots of bits of logic to fill in the current values (in case of edit), are you going to end up driving yourself crazy?

Does your have an easy way to generate a pulldown/picklist from a reference table, matching the current value? (and supporting null) And will its use in editing allow you to change a field value from some old specific value to null?

model?


is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from or any other input mechanism.


Some bits I've just written for our internal rules

Core of name:

The same object should hold both a form and the method it posts to. if request.hasKey("action"):...

List objects should be able to (a) list all (in groups of 25) or (b) present the results of a simple query - if request.hasKey("client_id"):...

See : | |


 




Bill Seitz, fluxent at gmail dot com, Weblog