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
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
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
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
4 matches
Mail list logo