// if faq ID is set on the form properly, then set
// the int representation for use in the code below
faqID = formFaqID.intValue();
}
FaqHome home = (FaqHome)CVUtility.getHomeObject("com.centraview.support.faq.FaqHome", "Faq");
Faq remote = home.create();
remote.setDataSource(dataSource);
FaqVO faqDetail = remote.getFaq(individualID, faqID);
faqForm.set("title", faqDetail.getTitle());