Siebel Interactive Selling Transact Server Interface Reference >

ShoppingCartBean API


The ShoppingCartBean API is created in the ShoppingCartBean bean. After importing the ShoppingCartBean bean from the ShoppingCart JSP page (using the useBean tag), you can call the functions in this chapter from the ShoppingCart JSP page to customize the ShoppingCart view.

In JSP, the tags <%= and %> are used to print the enclosed text on the page. The tags <% and %> are used for code that you do not want printed.

NOTE:  Before accessing the ShoppingCartBean API in your JSP page, you must include the bean in your JSP page using a useBean tag.

Example

<jsp:useBean id="bean" scope="page"
class="com.Siebel.isscda.wl.ShoppingCartBean">
</jsp:useBean>


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003