How would i do this in seam/jsf, for example i have this in a regular html form that
redirects me to the url in the "action" in form
<form
action="https://www.paypal.com/cgi-bin/webscr"
| method="post">
So users can go on that page and put their payments etc. I know how to call POST using
HttpURLConnection, but not really the redirect to external sites. Or if there is another
better way i am missing?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113407#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...