[Zope] <input type=hidden value='<dtml-var x>' name=x> and L OOP
Jim Washington
jwashin@vt.edu
Fri, 23 Mar 2001 15:24:59 -0500
servel yannick wrote:
> Hello Jim,
>
> I already tried to stringified my i's during my preview attempts.
>
> Here is the message error I received when I attempted to use this kind of
> solutions:
>
> <html><head><title>yannick</title></head><body bgcolor="#FFFFFF">
>
> <table border="0" width="100%">
> <tr valign="TOP">
>
> <td width="10%" align="center">
> <img src="http://ltg2.comp.glam.ac.uk:8080/p_/ZButton" alt="Zope">
> </td>
>
> <td width="90%">
> <h2>Zope Error</h2>
> <p>Zope has encountered an error while publishing this resource.</p>
>
> <p>
> <strong>Error Type: KeyError</strong><br>
> <strong>Error Value: filename</strong><br>
> </p>
Zope is having trouble finding "filename" in your REQUEST. Once it
finds that, filename + str(i) will work.
Jim Washington