Hi List ,
I have 3 servlets s1, s2 ,s3 .
on submit of a jsp to servlet s1 . from s1 i redirect to s2 . from s2 i
direct to servlet s3 like
" getServletContext().getRequestDispatcher("/s3?page=1000&task=save") " .
Now in servlet s3 i am not getting the page & task value as 1000 & save if
i access
request.getParameter("page") & request.getParameter("task") .
The same works if in s2 i am setting the attribute by setAttribute method
for page & task and in s3 if i perform getAttribute for page & task .
I am using weblogic 4.5.1 application server .
Any suggestions please .
Thanks ,
S.Jagannayakam ,
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html