الثلاثاء، 24 ديسمبر 2013

Is there is conversion of tableRecord into Result<Record>?

Here there is a method

public void refreshPeopleDetail(@BindingParam("TableRecord") TableRecord tableRecord) { Result tableRecordResult = tableRecord; showListbox(initializePeopleList(tableRecordResult ));} private ListModelList initializeTableleList(Result result) { ListModelList tList = new ListModelList();...............return tList; }

How I convert this??


View the original article here

ليست هناك تعليقات:

إرسال تعليق