Convert Simple HTML form into xpages

I have an xpage application that I am creating and at the end of the application I need to have a button that will do the following.

  1. Save the document

  2. Execute this type of code:


method="get"action="http://commerce.cashnet.com/MyUnivCheckout">






The values shown above would likely be pulled from session scope values or hidden fields on the xpage ideally.

Subject: Do you have a question?