In my servlet program, I call:
response.sendRedirect("http://www.yahoo.com")
It works in html. However, it does not work in WAP.
I believe that the problem is that sendRedirect creates a redirect "HTML" file (html
file with the reference tag in it) and send it to client instead of directly redirect
to the URL. Since the WAP cellphone cannot under html file. It cannot do redirect.
Anyway to fix it? (I tried to use getRequestDispatcher's forward, but it does not work
neither...)
Thanks
TK
- J2EE SDK Deployment tool Robert Keith (UK)
- Re: J2EE SDK Deployment tool Magnus Stenman
- Re: J2EE SDK Deployment tool Terence Kwan
- Re: J2EE SDK Deployment tool Jim Archer
- Re: J2EE SDK Deployment tool Eric Richardson
- RE: J2EE SDK Deployment tool Steven W. Rock
