j2ee thread: http .. sendRedirect()
No. sendRedirect makes the browser to issue a GET command for the given
URL. and that GET command is default you cannot set it to POST. may be you
can build a dynamic form in javascript and autosubmit it with your hidden
field.
hth,
Mani
-----Original Message-----
From: bounce-j2ee-269447@p...
[mailto:bounce-j2ee-269447@p...]On Behalf Of
ahujadinesh@r...
Sent: Saturday, February 17, 2001 11:51 AM
To: Java 2 Enterprise Edition
Subject: [j2ee] http .. sendRedirect()
hi
while using response.sendRedirect, we can send value through querystring.
is it possible to send value through hidden fields with form method
post. if it is possible then let me know
thanx
dinesh