On Fri, May 21, 2010 at 2:49 PM, steve <[email protected]> wrote:
> Thanks Michael. Yes, I am aware of CrudRestController. I didn't want > to use sprox and their generated forms. Hence trying to roll my own > where you have more flexibility with the templates. > In that case, might I suggest something still related? http://turbogears.org/2.1/docs/main/Extensions/Crud/index.html#overriding-templates You can override the templates that get used. You can override individual methods. You can add new methods. All in all, there's not much you can't change, and you get the benefit of using what's already been done until you're ready to change the code (i.e.: very rapid prototype, and fine tune after the fact rather easily). -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

