[Zope] Newbie question: FORM processing in Zope.

2000-08-28 Thread Amit Redij
hi, I am a Perl/CGI programmer, trying out Zope. I am confused right now about HOW TO process FORM variables? and most important thing is how to validate form inputs.(like same thing is best done in PERL using regex) that is, if I have a html having some form variables and a submit button. I

Re: [Zope] Newbie question: FORM processing in Zope.

2000-08-28 Thread J. Atwood
or supplier and notice how the form is different for both). Same thing done twice. J From: Amit Redij [EMAIL PROTECTED] Date: Mon, 28 Aug 2000 17:15:03 +0530 To: [EMAIL PROTECTED] Subject: [Zope] Newbie question: FORM processing in Zope. hi, I am a Perl/CGI programmer, trying out Zope

Re: [Zope] Newbie question: FORM processing in Zope.

2000-08-28 Thread Loren Stafford
-var form_field_name. -- Hope that helps -- Loren - Original Message - From: "Amit Redij" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: August 28, 2000 04:45 AM Subject: [Zope] Newbie question: FORM processing in Zope. hi, I am a Perl/CGI programmer, trying out Zope. I am c