1 Reply Latest reply on Jun 15, 2007 12:05 AM by gavin.king

    potential bug

    matt.drees

      Page.java line 260 has this:

       if (eventType==null)
       {
       Events.instance().raiseEvent(eventType);
       }
      


      I suspect it should be "!=".