You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. go to bodgeit/advanced.jsp
What is the expected output? What do you see instead?
Not sure but I am guessing not what I get.
backtrack 5r2
Please provide any additional information below.
When I load the advanced search I get this exception report.
type Exception report
message
description The server encountered an internal error () that prevented it from
fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 8 in the generated java file
Only a type can be imported. com.thebodgeitstore.util.AES resolves to a package
An error occurred at line: 48 in the jsp file: /advanced.jsp
AES cannot be resolved to a type
45: String key = "";
46: String[] params = {};
47: if (request.getMethod().equals("POST")){
48: AES enc = new AES();
49: try {
50: key = session.getAttribute("key").toString();
51: } catch (Exception e){
Original issue reported on code.google.com by [email protected] on 12 Oct 2012 at 1:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2012 at 1:50The text was updated successfully, but these errors were encountered: