getRowCount()
428782Oct 5 2004 — edited Oct 12 2004Does somebody know how to get the total row in table?
I use getRowCount() in AppModuleImpl class like this:
ViewObject vo = getAccountView();
int total = vo.getRowCount();
It always return 1 whatever how many rows exist in your table.
any help
thanks