[Zope] Creation of an ZClass Instance.

M.J.M. Stahl mjstahl@bizux.net
Wed, 08 Mar 2000 10:23:56 -0500


I am new to Zope but I am very appreciative of the How-To's and Guides that
have been produced by those that are more experienced than I in the use of
Zope. 

I am currently working on intranet for the company I work for, and am
having problems creating an instance of a ZClass, that I created, (DCTask,
which is actually the product, DCTaskClass is the ZClass)through the a
public interface (form that requires the entry of information that will be
added to the instance in the form of properties, such as the description of
the task and which department it is created for).

The form that is used to submit a creation action resides in a created
folder (http://diis/tasks/generator) and therefore does not reside in the
folder where the DCTaskClass_add method resides. I think that my main
problem, though I could be wrong, is that I haven't found a way to access
the _add method from the /task/generator folder through the use of the
<FORM ACTION="...">. I believe that once I have can access that file
through the form action and have the ability to send all of the relivant
information I will be able to create instances through the use of the
public interface (ie. the form)

Any help will most appreciated.

Best regards, 

MJ Stahl