1 Reply Latest reply on Dec 20, 2007 6:22 AM by pmuir

    HowTo: Pass POST values to external sites and also redirect

    saeediqbal1

      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