Hello,

I would like to redirect request from the servlet to
another servlet.
Currently I am using:
<a href="%s"><img src="http://site/%s"; border="0"></a>
to forward request to new servlet.
However this works under same application context.

I need to pass a full new url which is same application
context but is SSL protected, so something like this will
work:
self.transaction().response().sendRedirect('https://www.site.com/cgi-bin/Page.py')
How can I invoke servlet under https context but use image
button and form post invocation.
Could it be that I need to have a hidden input field with
request that cold be captured on the invocation of the
parent servlet and then accordingly proceed with redirect?

thanks
                Sasha

=====
------
     *  "Last night I dreamed I ate a ten-pound marshmallow, and when I woke up the 
pillow was gone."

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to