Re: embedding forms

2005-07-07 Thread Aleksandar Matijaca
Hubert, that is EXACTLY what was wrong -- you were 100% correct! I guess, sometimes, it just takes 'another eye' to see things properly.. Cheers, Alex. On 7/7/05, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: > > Wouldn't that give me a null-pointer exception?? I will give it a try, > and let

Re: embedding forms

2005-07-07 Thread Aleksandar Matijaca
Wouldn't that give me a null-pointer exception?? I will give it a try, and let you kow! Thanks for the response, Alex. On 7/7/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > > The problem could be that getDnaForm() is returning null. See if it > makes a difference if getDnaForm() instantiates dn

Re: embedding forms

2005-07-07 Thread Hubert Rabago
The problem could be that getDnaForm() is returning null. See if it makes a difference if getDnaForm() instantiates dnaForm before returning it if it's currently null. Hubert On 7/7/05, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: > Hi there, > > I am having a problem, trying to embed one Va

embedding forms

2005-07-07 Thread Aleksandar Matijaca
Hi there, I am having a problem, trying to embed one ValidatorForm inside of another --- specifically this is the situation: I have a class InstitutionForm and a class DnaForm -- I am trying to do the following public class InstitutionForm extends ValidatorForm { private DnaForm dnaForm; pri