Re: Redirection on web server
Posted By:
krishnan_GM
Posted On:
Thursday, May 4, 2006 07:12 AM
Hi
while redirecting you won't be able to get the parameter. so try setting them as session variable ie, session.setAttribute("pageparam",); and in the target page you can get it as session.getAttribute("pageparam");