currentComp<pageMap.length && pageMap[currentComp] == page; currentComp++) {
int type=getFieldType(allFields[currentComp]);
FormObject curForm = (FormObject)rawFormData.get(convertIDtoRef(currentComp));
ActionHandler curHandler = acroRend.getActionHandler();
//get the page object
String pageRef = pdfDecoder.getReferenceforPage(currentPage);
PageObject pdfObject=new PageObject(pageRef);
currentPdfFile.readObject(pdfObject);
//call commands on page viewed before action commands below
curHandler.PV(pdfObject, PdfDictionary.AA);
switch(type){
case BUTTON_TYPE:
// case FormFactory.checkboxbutton:
// case FormFactory.radiobutton: