Can anyone tell me why the following JSP file gives me a deprecation
warning:

ProcessRequests.jsp:

<HTML>
<HEAD>
<TITLE>Process Web Access Requests</TITLE>
</HEAD>
<FRAMESET cols="170,*" border=1 bordercolor=black frameborder=yes
frameborder=1 framespacing=1>
    <FRAME SRC=/processrequests/Search.jsp?appID=<%=
request.getParameter("appID") %>>
    <FRAME SRC=/processrequests/Data.html>
</FRAMESET>
</HTML>

Compile message:

Note:
/opt/IBMWebAS-dev2-443/servlets/pagecompile/_processrequests/_ProcessReque
sts_xjsp.java uses a deprecated API.  Recompile with "-deprecation" for
details.
1 warning

I don't see anything wrong with the JSP.

I'm running with WebSphere 1.0.

Thanks,

Dan
--
Daniel Kirkdorffer
NACN IS: 425-580-6225
Sr. Consultant, Syllogistics LLC
Email: [EMAIL PROTECTED]
Web:   http://www.syllogistics.com/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to