Re: [Zope] Setting REQUEST on next page

2007-07-08 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2007-7-7 16:38 +0200: Someone could tell me how to pass a variable without put in the URL using RESPONSE.redirect? For example, if code is... dtml-call RESPONSE.redirect(nextpage+'?myvar='+value) ...I need something like input type=hidden name=myvar value=dtml-var

Re: [Zope] Setting REQUEST on next page

2007-07-07 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: zope zope@zope.org Sent: Saturday, July 07, 2007 10:38 AM Subject: [Zope] Setting REQUEST on next page Hi, Someone could tell me how to pass a variable without put in the URL using RESPONSE.redirect? For example, if code is...

Re: [Zope] Setting REQUEST on next page

2007-07-07 Thread [EMAIL PROTECTED]
] To : [EMAIL PROTECTED],zope zope@zope.org Cc : Date : Sat, 7 Jul 2007 11:35:44 -0400 Subject : Re: [Zope] Setting REQUEST on next page - Original Message - From: [EMAIL PROTECTED] To: zope zope@zope.org Sent: Saturday, July 07, 2007 10:38 AM Subject: [Zope

Re: [Zope] Setting REQUEST on next page

2007-07-07 Thread Andreas Jung
--On 7. Juli 2007 17:45:12 +0200 [EMAIL PROTECTED] wrote: Using sessions I can solve the problem but I prefer other solutions (even if possible). Why do you not want to pass info in the URL? For security reasons that fields should not be viewed by users Then use Zope Sessions. -aj