1 Reply Latest reply on Feb 11, 2009 12:08 AM by norman

    Post to external website

    seamsvictom

      Hi,


      I am looking to integrate an external website which requires a post to an address like https://someurl.com with some parameters. How can i achieve this using seam? Can i use simple html form like



      <form action="http://someurl.com">
       <input type="hidden" name="id" value="123">
      ..... //more html hidden fields here
      </form>
      


      Please let me know your thoughts.


      Thanks