robsahm
03-01-2006, 03:00 AM
Ok here is what I am doing :
I am buildign a custom dialog and am trying to validate some controls in the queryExit(xxx) method. Im trying to get a control such as :
try{
ISTextField textField = context.getISPanel().getTextField("ISTextFieldSAPSID");
String SAPSID = textField.getText();
System.out.println("SAPSID");
.....
Im 100% sure of the control name. When I do the textField.getText its always null, however there was data entered in the fied. What am I doing wrong ?
I am buildign a custom dialog and am trying to validate some controls in the queryExit(xxx) method. Im trying to get a control such as :
try{
ISTextField textField = context.getISPanel().getTextField("ISTextFieldSAPSID");
String SAPSID = textField.getText();
System.out.println("SAPSID");
.....
Im 100% sure of the control name. When I do the textField.getText its always null, however there was data entered in the fied. What am I doing wrong ?