Home
The Toolkit for Online Communities
15899 Community Members, 1 member online, 2354 visitors today
Log In Register

Forum OpenACS Development: Re: acs_obejcts dependency

OpenACS Home : Forums : OpenACS Development : Re: acs_obejcts dependency : One Message

+
2: Re: acs_obejcts dependency (response to 1)
Posted by Gustaf Neumann on
...using a random item_id generated as parameter at...
do you mean that literally? this is not supposed to work.

acs objects are created with the stored procedure acs_object__new, which creates a fresh object_id and inserts it into acs_objects. This object_id should be used as item_id in your app...