[Zope] - Problem with multiple inputs
Pavlos Christoforou
Pavlos Christoforou <pavlos@gaaros.msrc.sunysb.edu>
Tue, 26 Jan 1999 10:05:11 -0500 (EST)
On Tue, 26 Jan 1999 skip@calendar.com wrote:
> <!--#if keywords-->
> <!--#in keywords-->
> <input type=hidden name="keywords" value="<!--#var sequence-item-->">
> <!--#/in-->
> <!--#/if-->
>
Is it possible to reset the keywords parameter in the REQUEST as
[keywords]?
Something like
<!--# call "REQUEST.set('keywords',[keywords]) -->
or
<!--# call "REQUEST.set('keywords',[REQUEST['keywords']]) -->
Pavlos