City of Sunrise - Announcements
Javelin9 JSP compilation error Compilation of JSP File '/sr_admin/template29.jsp' failed:
template29.jsp:3:1: No variable or field with this name could be found at this location.
text1 = InfoBean.cleanForHTML(text1);
^---^
template29.jsp:3:18: The qualifier of this name is a package, which cannot contain methods.
text1 = InfoBean.cleanForHTML(text1);
                 ^----------^
template29.jsp:3:31: No variable or field with this name could be found at this location.
text1 = InfoBean.cleanForHTML(text1);
                              ^---^
template29.jsp:6:10: The qualifier of this name is a package, which cannot contain methods.
InfoBean.openConnection();
         ^------------^
template29.jsp:9:30: The qualifier of this name is a package, which cannot contain methods.
Vector allRecords = InfoBean.getAlerts();
                             ^-------^
template29.jsp:13:1: No variable or field with this name could be found at this location.
printfile = ((session.getAttribute("printfile") != null) ? (String) session.getAttribute("printfile") : "");
^-------^
template29.jsp:37:116: No variable or field with this name could be found at this location.
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><input type="hidden" name="picture1" value="<%=picture1%>">
                                                                                                                   ^------^
template29.jsp:38:45: No variable or field with this name could be found at this location.
<input type="hidden" name="text1" value="<%=text1%>">
                                            ^---^
template29.jsp:43:39: No variable or field with this name could be found at this location.
        <td width="516" height="7"><%=theRoutingTable%></td>
                                      ^-------------^
template29.jsp:49:49: No variable or field with this name could be found at this location.
                    document.write('<a href="<%=printfile%>" target="_blank"><img src="/images/print_bu1.gif" border="0"></a>');
                                                ^-------^
template29.jsp:71:25: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceAllLocalRef(text1, pagemenutype); // Links
                        ^---^
template29.jsp:71:42: The qualifier of this name is a package, which cannot contain methods.
                        text1 = InfoBean.replaceAllLocalRef(text1, pagemenutype); // Links
                                         ^----------------^
template29.jsp:71:61: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceAllLocalRef(text1, pagemenutype); // Links
                                                            ^---^
template29.jsp:71:68: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceAllLocalRef(text1, pagemenutype); // Links
                                                                   ^----------^
template29.jsp:72:25: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceString(text1, "&quot;", "\"");     // Double Quotes
                        ^---^
template29.jsp:72:42: The qualifier of this name is a package, which cannot contain methods.
                        text1 = InfoBean.replaceString(text1, "&quot;", "\"");     // Double Quotes
                                         ^-----------^
template29.jsp:72:56: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceString(text1, "&quot;", "\"");     // Double Quotes
                                                       ^---^
template29.jsp:73:25: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceString(text1, "&#39;", "'");       // Single Quotes
                        ^---^
template29.jsp:73:42: The qualifier of this name is a package, which cannot contain methods.
                        text1 = InfoBean.replaceString(text1, "&#39;", "'");       // Single Quotes
                                         ^-----------^
template29.jsp:73:56: No variable or field with this name could be found at this location.
                        text1 = InfoBean.replaceString(text1, "&#39;", "'");       // Single Quotes
                                                       ^---^
template29.jsp:75:28: No variable or field with this name could be found at this location.
                        <%=text1%>
                           ^---^
template29.jsp:87:41: No variable or field with this name could be found at this location.
                                        currentRow = (Vector) allRecords.elementAt(i);
                                        ^--------^
template29.jsp:88:69: The qualifier of this name is a package, which cannot contain methods.
                                        id           = ((currentRow.elementAt(0) != null) ? (currentRow.elementAt(0)).toString() : "");
                                                                    ^-------^
template29.jsp:88:93: No match was found for method toString() in type <error>.
                                        id           = ((currentRow.elementAt(0) != null) ? (currentRow.elementAt(0)).toString() : "");
                                                                                            ^----------------------------------^
template29.jsp:88:105: The qualifier of this name is a package, which cannot contain methods.
                                        id           = ((currentRow.elementAt(0) != null) ? (currentRow.elementAt(0)).toString() : "");
                                                                                                        ^-------^
template29.jsp:89:69: The qualifier of this name is a package, which cannot contain methods.
                                        alert_number = ((currentRow.elementAt(1) != null) ? (currentRow.elementAt(1)).toString() : "");
                                                                    ^-------^
template29.jsp:89:93: No match was found for method toString() in type <error>.
                                        alert_number = ((currentRow.elementAt(1) != null) ? (currentRow.elementAt(1)).toString() : "");
                                                                                            ^----------------------------------^
template29.jsp:89:105: The qualifier of this name is a package, which cannot contain methods.
                                        alert_number = ((currentRow.elementAt(1) != null) ? (currentRow.elementAt(1)).toString() : "");
                                                                                                        ^-------^
template29.jsp:90:69: The qualifier of this name is a package, which cannot contain methods.
                                        alert_text   = ((currentRow.elementAt(2) != null) ? (currentRow.elementAt(2)).toString() : "");
                                                                    ^-------^
template29.jsp:90:93: No match was found for method toString() in type <error>.
                                        alert_text   = ((currentRow.elementAt(2) != null) ? (currentRow.elementAt(2)).toString() : "");
                                                                                            ^----------------------------------^
template29.jsp:90:105: The qualifier of this name is a package, which cannot contain methods.
                                        alert_text   = ((currentRow.elementAt(2) != null) ? (currentRow.elementAt(2)).toString() : "");
                                                                                                        ^-------^
template29.jsp:91:69: The qualifier of this name is a package, which cannot contain methods.
                                        posting_date = ((currentRow.elementAt(3) != null) ? (currentRow.elementAt(3)).toString() : "");
                                                                    ^-------^
template29.jsp:91:93: No match was found for method toString() in type <error>.
                                        posting_date = ((currentRow.elementAt(3) != null) ? (currentRow.elementAt(3)).toString() : "");
                                                                                            ^----------------------------------^
template29.jsp:91:105: The qualifier of this name is a package, which cannot contain methods.
                                        posting_date = ((currentRow.elementAt(3) != null) ? (currentRow.elementAt(3)).toString() : "");
                                                                                                        ^-------^
template29.jsp:92:69: The qualifier of this name is a package, which cannot contain methods.
                                        title        = ((currentRow.elementAt(4) != null) ? (currentRow.elementAt(4)).toString() : "");
                                                                    ^-------^
template29.jsp:92:93: No match was found for method toString() in type <error>.
                                        title        = ((currentRow.elementAt(4) != null) ? (currentRow.elementAt(4)).toString() : "");
                                                                                            ^----------------------------------^
template29.jsp:92:105: The qualifier of this name is a package, which cannot contain methods.
                                        title        = ((currentRow.elementAt(4) != null) ? (currentRow.elementAt(4)).toString() : "");
                                                                                                        ^-------^
template29.jsp:93:69: The qualifier of this name is a package, which cannot contain methods.
                                        file_name    = ((currentRow.elementAt(5) != null) ? (currentRow.elementAt(5)).toString() : "");
                                                                    ^-------^
template29.jsp:93:93: No match was found for method toString() in type <error>.
                                        file_name    = ((currentRow.elementAt(5) != null) ? (currentRow.elementAt(5)).toString() : "");
                                                                                            ^----------------------------------^
template29.jsp:93:105: The qualifier of this name is a package, which cannot contain methods.
                                        file_name    = ((currentRow.elementAt(5) != null) ? (currentRow.elementAt(5)).toString() : "");
                                                                                                        ^-------^