| |
An unexcepted error occurred. The name of the exception is:
com.caucho.jsp.JspParseException: Note: sun.tools.javac.Main has been deprecated.
c:\javaSites\TravelToday\pricerighthotelscom\c\tours.jsp:125: Undefined variable: wc
if (wc != null) {
^
c:\javaSites\TravelToday\pricerighthotelscom\c\tours.jsp:183: Undefined variable: wc
if (wc != null) {
^
c:\javaSites\TravelToday\pricerighthotelscom\c\tours.jsp:185: Undefined variable or class name: wc
out.print((wc.getCity()));
^
c:\javaSites\TravelToday\pricerighthotelscom\c\tours.jsp:187: Undefined variable or class name: wc
if(wc.getTours() != null) {
^
c:\javaSites\TravelToday\pricerighthotelscom\c\tours.jsp:189: Undefined variable or class name: wc
out.print((StringUtil.stringReplace(wc.getTours(), "/detail.html?detailID=", "/tours/" + urlcity + "/" + urlstate + "/" + urlcountry + "/") ));
^
Note: c:\javaSites\TravelToday\WEB-INF\work\_pricerighthotelscom\_c\_tours__jsp.java uses or overrides a deprecated API. Recompile with "-deprecation" for details.
5 errors, 2 warnings
|
|