On Tue, Jan 13, 2009 at 4:12 PM, lasizoillo <[email protected]> wrote: > 2nd Idea: > In pylons, list() and view() are functions that response an html > content. You can call it, save result, and compose in other page. If > you want only some things you can refactor view() and list() in > sub-functions.
What do you mean here? Are you talking about actions named list and view? REST controllers have view but not list (which is called index). Or are you talking about something else? -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
