Re: Adding objects to generic object reference in onPersist()
Joshua Paine <[email protected]> Fri, 07 Sep 2007 08:11:06 -0400
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Anton Pirker wrote:
>> var venue = new Venue("Supervenue");
>> var ch = new Change(u);
>> venue.changes.add(ch);
This is probably a thread hijack, but what are you passing to these
constructors and what does it do? I tried writing my own constructors
before and wasn't able to do it in a way that allowed the constructed
object to keep its HopObject nature. (Which consequently meant that the
object would not be stored, which is the only plausible connection with
your problem.)