To Resolve this error you need to configure build path and include jars inside Maximo\lib and other jars like business objects.jar etc.
Methods of Bean Classes of Maximo Reset Method This method is called when a new filter is applied for the dialog's MboSet. @see psdi.webclient.system.beans.DataBean#reset() @Override public void reset() throws MXException { try { saveCurrentSelection(); } catch (RemoteException e) { handleRemoteException(e); } super.reset(); } Initialize It is used to initialize values on a d...
Comments
Post a Comment