Hi All,
I am back with one more question.
I am using
struts 1.2.7 version and working on application which is going to call payment gateway url.
Hence, as a security reason, I have to send all data to payment gateway using POST method.
I am not sure , how I can achieve same using struts.
Currently , what I have done is i have created simple
jsp(shown below) on which I am first putting all parameters in hidden and set payment gateway url dynamically as action in form tag using normal scripting , and on body load, I am submitting the form.
Can I do the same using struts.
I tried to search on google, but what answers I got is <logic:redirect>. But I think , it will not be helpful in submitting form using post.
Kindly help me with sample code or please confirm that it is possible or not possible.