Re: [Zope3-Users] request ?param=val

2006-04-09 Thread Cliff Ford
I set out to help with an answer to your question this morning, and found a bug in my own code that has kept me busy all day. Thanks! Just a couple of thoughts: Are you acquiring the request object from self? If you have a class with a function that does some processing: def getId(self):

Re: [Zope3-Users] request ?param=val

2006-04-08 Thread Bernd Dorn
On 08.04.2006, at 10:26, Pete Taylor wrote: Hi all, I must just be overlooking something, but i'm running into a problem... (could be that it's 4:00a on a saturday morning, and i'm writing code for work. that alone might be my problem ;) ). I have a url like the following:

Re: [Zope3-Users] request ?param=val

2006-04-08 Thread Pete Taylor
that's what i thought too, and what i've tried. i even tried it from the interactive shell... request = TestRequest(/index.html?id=) request.get('id') but nothing comes back. same when i try to get it back in my form class. hmm... On 4/8/06, Bernd Dorn [EMAIL PROTECTED] wrote: On