in reply to Re^2: Review: CGI::Prototype
in thread Review: CGI::Prototype

A runmode is just a hint from the calling form about what the input data is about, and what the application should to with it. It does not describe what template should be shown.

Exactly my philosophy when working with C::A. I tried to factor this into a plugin that makes it very easy to just show templates (by using path_info to figure out which template to show and having associated data files for the templates so that they can "render themselves") so that the runmodes can concentrate on doing "the business logic".