[cgiapp] Re: Naming modules

2007-03-13 Thread Robert Hicks
Mark Stosberg wrote: Robert Hicks wrote: Do you tend to make your module names generic like Site or Webapp? I am doing a couple small sites and I am creating secondary modules to hold things. I have something like: Site.pm Site::Actions.pm Site::Validators.pm Site::SQL.pm Is that good? Or

[cgiapp] Re: Naming modules

2007-03-13 Thread Robert Hicks
Never mind that last comment; I see what you mean now. - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED]

[cgiapp] Re: HT filters

2007-03-13 Thread Mark Stosberg
Robert Hicks wrote: Mark Stosberg wrote: Christopher Little wrote: Your syntax for the filter is correct and your sub doc_filter should work. Can you provide a little more code and the error message you're getting? I agree with Christopher. Find the spot in the load_tmpl() you are using

[cgiapp] Re: more testing failures...

2007-03-13 Thread Barry Moore
George- Sorry for the trivial error report. I'd have sworn on my mothers grave I had Dispatch installed - but that would be unwise since she's still alive and kicking and in fact I didn't have Dispatch installed. That's what I get for working with a foggy head in the middle of the

Re: [cgiapp] Re: more testing failures...

2007-03-13 Thread George Hartzell
Barry Moore writes: George- Sorry for the trivial error report. I'd have sworn on my mothers grave I had Dispatch installed - but that would be unwise since she's still alive and kicking and in fact I didn't have Dispatch installed. That's what I get for working with a foggy

Re: [cgiapp] Naming modules

2007-03-13 Thread Aleksandar Petrovic
On Tue, 13 Mar 2007 02:46:01 +0100, Robert Hicks [EMAIL PROTECTED] wrote: Do you tend to make your module names generic like Site or Webapp? I am doing a couple small sites and I am creating secondary modules to hold things. I have something like: Site.pm Site::Actions.pm

[cgiapp] Re: HT filters

2007-03-13 Thread Robert Hicks
Mark Stosberg wrote: Robert Hicks wrote: Mark Stosberg wrote: Christopher Little wrote: Your syntax for the filter is correct and your sub doc_filter should work. Can you provide a little more code and the error message you're getting? I agree with Christopher. Find the spot in the

[cgiapp] Re: HT filters

2007-03-13 Thread Mark Stosberg
Robert Hicks wrote: Mark Stosberg wrote: Robert Hicks wrote: Mark Stosberg wrote: Christopher Little wrote: Your syntax for the filter is correct and your sub doc_filter should work. Can you provide a little more code and the error message you're getting? I agree with Christopher. Find