[mod_python] Re: form question

Tobiah toby at rcsreg.com
Mon Nov 15 08:12:19 EST 2004


> You can use invisible controls and keep posting the data across the
> pages and using them on the end.
> 

In case you are not familiar with this suggestion, the inputs
look like this:

<INPUT TYPE=hidden NAME=my_variable VALUE='xxx'>

where 'xxx' is the posted value of 'my_variable'
reiterated by python.

The use of a session is better, but more difficult
with mod_python.

Tobiah


More information about the Mod_python mailing list