Looping over iterator in backing bean

        DCIteratorBinding itr = ADFUtils.findIterator("InvestigationsRoIterator");
        Row[] rows = itr.getAllRowsInRange();
        for (Row row : rows){
            if (row != null) {
             --do the logic
            }      
        }

Comments

Popular posts from this blog

Another user has changed the row with primary key oracle.jbo.Key[12 ].

Working With File Throgh WebUtill

weblogic windows JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: Failed to lock cwallet.sso.lck