Forum OpenACS Q&A: Re: Tutorial package confusion

Collapse
Posted by Harish Krishnan on
You can even make item_id in the proc as optional. But in that case you will need to handle creation of the new item_id in the procedure. This is generally done at the stored procedure level. Check the new procedure for note or any other package, you will find that passing the note_id field optional.

Regarding test cases for ad_form, why do you think you need to bother if it is being handled by ad_form for you?