Converting existing JSP files to work with Commerce Enabled Portal

In order to convert your existing JavaServer Pages (JSP) files to work with the Commerce Enabled Portal, do the following:

  1. Refer to Commerce Enabled Portal JSP file guidelines.
  2. Add the tags referred to in Commerce Enabled Portal JSP file guidelines to your files.
  3. Remove any page-level HTML tags, such as <html>, <head> or <body>.
  4. It is recommended that you don't use iFrames or framesets in your pages.

For a better understanding and more examples of how these guidelines are implemented in a JSP file, complete the following tutorials:

Feedback