Forum OpenACS Development: ::Generic::Form for plain acs_objects

Hello everyone,

I've modified ::Generic::Form class and now it can be used to handle also plain acs_objects instead of cr_items only.

When dealing with acs_objects, the 'item_id:key' form field will refer to acs_objects.object_id column.

Also, it is now possible to specify a package_id directly at time of instantiation, instead of getting it from the object.

I've checked my changes on xotcl-demo code reported here http://alice.wu-wien.ac.at:8000/s5-xotcl-core-tutorial/slides
For any regression please refer to this thread or to my personal email.

Best regards.