Hi, I am new to the SDK and first time to post here.
I just download this sample code and build it on my machine with Tomcat 6. I have 2 issues after I ran this sample:
1. It can load the login_form.jsp page, and after I type in all the login information and submit, it does not go anywhere but display this message : Index: 0, Size: 0 (suppose it should go back to the home.jsp page)
2. After step 1, I manually go back to home.jsp I found out that it actually logged in and show me the reports in the drop-down list. If I choose one report and hit Submit button, it gives me the error message:
HTTP Status 500 -
org.apache.jasper.JasperException: /viewers/cdz_adv/wistartpage.jsp(16,0) The value for the useBean class attribute com.businessobjects.adv_ivcdzview.Utils is invalid.
For the second issue, I guess it's related to the adv_ivcdzview package, and I could not find which jar file contain it. I have the Universe Designer installed on my machine, but it does not come with any jar file having that package. We use BOXI R3.1
Thanks for your help
Rong