logo       


Container : NullPointerException when event target not found: msg#00029

Subject: Container : NullPointerException when event target not found
In the Container.dispatch method, I believe the check for a null value
of pointer should also check for an instance of NullPointer ie

    public boolean dispatch(String targetId, String eventType, Object
info) throws XFormsException {
        if (this.rootContext != null) {
            Pointer pointer = this.rootContext.getPointer("//*[@id='" +
targetId + "']");
            
            if (pointer != null) {
                // Causes NullPointerException if pointer is a
NullPointer.
                EventTarget eventTarget = (EventTarget)
pointer.getNode();

                return dispatch(eventTarget, eventType, info);
            }
        }

        throw new XFormsException("event target '" + targetId + "' not
found");
    }

should actually be 

    public boolean dispatch(String targetId, String eventType, Object
info) throws XFormsException {
        if (this.rootContext != null) {
            Pointer pointer = this.rootContext.getPointer("//*[@id='" +
targetId + "']");
            
            if (pointer != null && (!pointer instanceof NullPointer)) {
                EventTarget eventTarget = (EventTarget)
pointer.getNode();

                return dispatch(eventTarget, eventType, info);
            }
        }

        throw new XFormsException("event target '" + targetId + "' not
found");
    }

Adrian


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/


Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe