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.

Reply via email to