Re: [htmltmpl] Re: [Comment] H::T => using to trigger

2004-05-09 Thread Karen J. Cravens
On Sun, 9 May 2004, Puneet Kishor wrote: PK>since you asked for suggestions on improving the approach, my PK>suggestion would be to not use H-T/Perl for this at all. Use PK>JavaScript. I am assuming that you are using the cgi params to send PK>back in case errors are found because you are not usin

[htmltmpl] warning_on_bad_params

2004-05-09 Thread Gabor Szabo
Is there a way to get warnings on bad parameters ? On one hand I set die_on_bad_params to 0 in order to avoid crashes but I'd like to get the warnings in the error log. Gabor --- This SF.Net email is sponsored by Sleepycat Software Learn de

Re: [htmltmpl] Re: [Comment] H::T => using to trigger

2004-05-09 Thread Cees Hek
C Hagstrom wrote: At any rate, what I ended up doing that appears to work was set the editing form up as an included file, and create a "parent" template up with this code: I digressed a bit, but I guess the short comment is that I was able to "switch" the on

Re: [htmltmpl] Re: [Comment] H::T => using to trigger

2004-05-09 Thread Puneet Kishor
On May 9, 2004, at 9:25 AM, C Hagstrom wrote: >No, but you're misunderstanding the tree structure. The entire >loop.../loop needs to be within the unless.../unless. I think I understand that part of the structure ... what I was trying to do was call the template one of two ways ... the first usin

[htmltmpl] Re: [Comment] H::T => using to trigger

2004-05-09 Thread C Hagstrom
>No, but you're misunderstanding the tree structure. The entire >loop.../loop needs to be within the unless.../unless. I think I understand that part of the structure ... what I was trying to do was call the template one of two ways ... the first using the loop functionality to populate the form,