Hey All!
Here's the situation. Five frame window. Header frame, Tab Frame, Left side JavaScript tree view frame, right sight top/bottom detail frames. HTML file code:
<html>
<head>
<title></title>
</head>
<frameset framespacing="0" border="false" frameborder="0" rows="33,*">
<frame name="banner" scrolling="no" noresize target="contents"
src="../Tabs/tab_txpr_exl.htm">
<frameset framespacing="1" border="true" frameborder="1" cols="220,*">
<frame name="contents" target="main" src="../JSP/Tree/TxprExl.jsp" scrolling="auto">
<frameset framespacing="0" border="false" frameborder="0" rows="77,*">
<frame name="registration" scrolling="auto" src="../JSP/Registration/Registration.jsp">
<frame name="main" scrolling="auto" src="../JSP/Account/Account.jsp">
</frameset>
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
The JavaScript treeview calles the Servlet and the it uses callPage to call the correct JSP page to the bottem detail frame.
Code for call from Servlet:
((com.sun.server.http.HttpServiceResponse) res).callPage("/Artist/Jsp/Account/Account.jsp", req);
The Account.JSP file is also the first file that is loaded in the HTML definition of the Frame. When I try and call this JSP page again, I get this error in the browser.
Error getting compiled page.
Internal Error: Cant load page compiled class {0}: {1}.
Any Ideas?
Thanks,
Matthew S. Butler
Butler Computer Solutions, Inc.
225-312-355
[EMAIL PROTECTED]
