Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created May 12, 2010 12:41
Show Gist options
  • Save nsdevaraj/398535 to your computer and use it in GitHub Desktop.
Save nsdevaraj/398535 to your computer and use it in GitHub Desktop.
task.personObject =
GetVOUtil.getVOObject(task.personFk,personDAO.collection.items,'personId',Persons);
the above line is to map the PersonObject (added to client side VO manually),
with the available persons from the PersonDAO collection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment