On Feb 24, 3:49 pm, Ed Greenberg <[email protected]> wrote: > Can one have more than one view share a controller? > > In cases where more than one operation shares a common amount of HTML, > this would be useful.
It's a useful point to raise. My natural inclination would be to keep separate controllers, but create an additional routine or module that takes arguments, and is called from each separate controller with args suitable for whatever customization is needed on a per-controller basis. But that's just me.

