Hi All,
I have 2 screens ScreenA, ScreenB.I am in ScreenA. To move on SceenB I wrote following stuff inside a method f()(getting called from JSP onserverclick=‘f’) of ScreenA.java file.
//===========================================
public void f() throws GXGeneralException{
GXNavigateRequest obj = new GXNavigateRequest();
obj.setDestinationScreenName(“ScreenB”);
getGXSession().navigateTo(obj);
}
//===========================================
But it is not working.
Please help me out
.
Thanks in advance
Arijit
#Mainframe-Integration#ApplinX#webMethods