]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/View/TT.pm
another change to object stringification in selects in AsForm
[maypole.git] / lib / Maypole / View / TT.pm
index 3ab23be31da7c14740d41ad80e666bddf376c180..7c30777382d5bd151d3e5c2a5b64bc9e2c1e9364 100644 (file)
@@ -423,6 +423,11 @@ the path "[% request.path %]". The error text returned was:
     <tr> <td class="lhs" width="35%"> <b>[% attribute %]</b> </td> <td class="rhs" width="65%"> [%
     request.$attribute.list.join(" , ") %] </td></tr>
     [% END %]
+    <tr><td colspan="2"></tr>
+    <tr><td class="lhs" colspan="2"><b>CGI Parameters</b> </td></tr>
+    [% FOREACH param IN request.params %]
+    <tr> <td class="lhs" width="35%">[% param.key %]</td> <td class="rhs" width="65%"> [% param.value %] </td></tr>
+    [% END %]
 </table>
 
 <h2> Website / Template Paths </h2>