> If I have:
> 
>  q.start_form('POST',"/staff/") ;
> 
> It fails, and
> 
>  q.start_form('GET',"/staff/") ;
> 
> It works!
> 
> Thoughts?

Yeah. I encountered the same problem but I didn't mind since 'GET' was
ok for me. But I think it comes from Apache::Template

gory details :

   $params->{ params } = { %{ $request->parms() } }
        if $all or $plist->{ params };

In Template::Service::Apache.

(read the socket and loose data for subsequent calls ?)


HTH

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://www.template-toolkit.org/mailman/listinfo/templates

Reply via email to