Thanks. I figured as much but nice to be sure I wasn't in some kind of
alternate universe.
Dan
> ----------
> From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 10, 1999 4:57 PM
> To: Kirkdorffer, Daniel
> Cc: [EMAIL PROTECTED]
> Subject: Re: Deprecated API message with WebSphere
>
>
> WebSphere considers getParameter deprecated.....it was deprecated and then
> got undeprecated. WebSphere got caught in between.
>
> --
> dIon Gillard, Multitask Consulting
> Work: http://www.multitask.com.au
> Play: http://www.trongus.com
>
>
>
> 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.
>
>
===========================================================================
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".