On Oct 24, 10:32 am, Luther Goh Lu Feng <elf...@yahoo.com> wrote: > I am wondering what are the issues to be considered when deciding where to > generate a form. Is it better to do so in the controller or in the view?
I am a beginner at web apps, but my feeling is that since forms are concerned with specific variable names, and these names are likely required to be known in the controller functions, it seems better to define the forms in the controller functions.