13 Jan 2005 19:59
Ambiguous class compilation error
Miguel Ángel Laguna <malaguna <at> gmail.com>
2005-01-13 18:59:40 GMT
2005-01-13 18:59:40 GMT
Hello all:
I get once and again the same ambiguous class error when compiling my
component.
I reviewed documentation and tutorial examples, and I don't understand
why. I have an "investigador"(researcher) class, an "estudio"(study)
class and a "participacion"(participation) class.
A researcher participates in studies, so researches and studies have a
collection of participations, and participation has one researcher and
one study.
To be more precise I attach the related part of the component, and I
also make a comment on the erroneous line (function of the factory):
<class>
<name>investigador</name>
...
<variable>
<name>login</name>
<type>text</type>
</variable>
<collection>
<name>participaciones</name>
<class>participacion</class>
<reference>participante</reference>
(Continue reading)
RSS Feed