[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ganymede Dev] Sensitive Invid Field

Date Wed, 30 Apr 2003 17:51:11 -0500
From Jonathan Abbey <jonabbey@arlut.utexas.edu>

On Wed, Apr 30, 2003 at 10:44:01PM +0000, John King wrote:
| 
| Hello,

Hi, Jan.  (Is it Jan?  John?)

| I've been implementing lots more custom code now, and I am liking ganymede 
| source better and better.

You're very kind.

| Of course I wouldn't mail if I didn't have to say more but good things 
| about ganymede ;)
| 
| I ran into a problem: I have an Invid field (non-vector 1 value) which, 
| upon change, I retreive the new target object and then the value of a field 
| of this target object. t won't give the new value but it gives the value of 
| the field it previously was linked to, or, when just being blank, none at 
| all.

Which method are you overriding?  Are you overriding
finalizeSetValue(), or wizardHook()?

| Also, when I know the Invid is ok, trying to retreive even the reference to 
| the target results in a nullpointerexception which I interpret as a not yet 
| instantiated reference.
| The method rescanThisField() and reretreiving the target doesn't do the 
| trick..
| 
| Something I overlooked?

Probably. ;-) Can you send me a copy of the Java code for your
DBEditObject subclass(es) so I can see what you're talking about in
more detail?

| Regards,
| Jan Bonne Aans
| DTO, TU Delft
| The Netherlands

-- 
-------------------------------------------------------------------------------
Jonathan Abbey 				              jonabbey@arlut.utexas.edu
Applied Research Laboratories                 The University of Texas at Austin
GPG Key: 71767586 at keyserver pgp.mit.edu, http://www.ganymeta.org/workkey.gpg

Attachment: pgp00007.pgp
Description: PGP signature


  • Re: [Ganymede Dev] Sensitive Invid Field
    • From: Jonathan Abbey <jonabbey@arlut.utexas.edu>