Actions
Bug #52
closedBO Registration - fail go to payment page
Start date:
01/19/2011
Due date:
01/28/2011
% Done:
100%
Estimated time:
Resolution:
Fixed
Description
Click on Submit at Payment Summary page, fail go to payment page and hit error "NoSuch Method" and also jsp error shp_top_str cannot be resolved.
Log:
14:46:37,121 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NoSuchMethodError: my.com.eCosway.beans.OrdersBean.setOrderId(I)V at my.com.eCosway.mall.BoRegisterPaymentHandler.getResultHashForCreatingBoRegistrationOrder(BoRegisterPaymentHandler.java:252) at org.apache.jsp.mm_005freg_005fpaySummaryAction_jsp._jspService(mm_005freg_005fpaySummaryAction_jsp.java:328) ---------------------------JSP Error-------------- An error occurred at line: 121 in the jsp file: /include/bo_top.inc shp_top_str cannot be resolved 118: out.println("<option value=\"th_TH\" >" + bo_top_str[13] + "</option>"); 119: 120: if (myLocale.toString().equals("ja_JP")) 121: out.println("<option value=\"ja_JP\" selected>" + shp_top_str[40] + "</option>"); 122: else 123: out.println("<option value=\"ja_JP\" >" + shp_top_str[40] + "</option>"); 124: %>
Updated by chin-yeh almost 14 years ago
- Target version set to 1.0
[nicholas] correct the method data type
[26-01-2011 CM] Tested. Can proceed to payment page. But it hit error for the payment status response. Refer to issue
Updated by chin-yeh almost 14 years ago
- Due date set to 01/28/2011
- Start date changed from 01/27/2011 to 01/19/2011
- % Done changed from 0 to 100
Actions