* Search for a opportunity
*/
public String searchOpportunity() throws Exception {
try {
opportunitySearchForm = (OpportunitySearchForm) getForm(OPPORTUNITY_SEARCH_FORM);
OpportunityCriteria opportunityCriteria = new OpportunityCriteria();
/* if (!opportunitySearchForm.getCustNumberSK().equals(""))
searchKeys.put("custNumberSK", opportunitySearchForm.getCustNumberSK());
if (!opportunitySearchForm.getCustomerNameSK().equals(""))
searchKeys.put("customerNameSK", opportunitySearchForm.getCustomerNameSK()); */
List opportunityList = (ArrayList)