Hi,

We get the following exception while running the JSP page given below. The
exception is thrown by the JSP page. The test environment is IBM websphere
and IBM VisualAge Java on Windows NT.

The exception is :

com.sun.jsp.compiler.ParseException:
f:\WebSphere\default_host\dot\projmgt\fiips\web\FIIPSExpressMap.jsp(12,1)
"Unterminated

The JSP page is called by a controllers servlet, which sets the attributes
in the bean GISBean.

The JSP code FIIPSExpressMap is as follows :

<HTML>
<HEAD>
<TITLE>FIIPSExpressMap</TITLE>
</HEAD>
<BODY>
<H1>FIIPSExpressMap</H1>
<%@ page isErrorPage="false" errorPage="/template/error.jsp" %>
<%@ page language="java"  %>
<%@ page import= "fiips.util.Debug" %>
<jsp:useBean id="GISBean" scope="session"
class="fiips.presentation.express.GISBean"/>
<jsp:plugin type="applet" code="FIIPSExpressMap.FIIPSExpressMap.class"
codebase="/fiips/FIIPSExpressMap"  archive="fiipsexpressmap.jar"
height="650"  width="640" >
        <jsp:params>
         <jsp:param name=IMSURL value="http://mad00ws1/scripts/esrimap.dll
name=fiipsExpressMap" />
         <jsp:param name=CONTINUE_URL
value="http://mad00ws1/fiips.presentation.FrontEnd/fiips.presentation.Expres
sController/
fiips.presentation.LocateGISRequestHandler"/>
                <jsp:param name=GIS_CONTENT value= "<%=
GISBean.getGISContent() %>" />
                <jsp:param name=GIS_EXTENT value= "<%=GISBean.getGISExtent()
%>"/>                            </jsp:params>
</jsp:plugin>

</BODY>
</HTML>

We are not sure of the error "Unterminated. Almost all the values are in
double quotes.

Thank you and I will appreciate if you can throw light on this.

Regards

Raj

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to