Forum OpenACS Development: bugs

Collapse
37: bugs (response to 1)
Posted by Gustaf Neumann on
ok, here are the solutions for the bugs puzzle (although it is annoying to detail my bugs here:)

- form_parameter variable of ::xowiki::Package:
a wrong names was used in the instvar line,
which is responsible for resetting the variable.
these associative array in the ::xowiki::Package
are a transitional stuff, a better solution
with a connection context will come in the future.

- [my info parent] returns the parent namespace.
in an aggregation (on object contains another)
it returns the parent object (the containing object).
here is a short paper about xotcl aggregation
http://nm.wu-wien.ac.at/research/publications/sac.pdf

In some cases, the ::xowiki::Link objects where
not created in an aggregation, causing to return
::xotcl. now the Page object is passed explicitly.

-gustaf

Collapse
38: Re: bugs (response to 37)
Posted by Stan Kaufman on
Thanks again, Gustaf. I'm certainly not trying to embarrass or annoy you. I'm just trying to understand how things work! 😊