Siebel Interactive Selling Transact Server Interface Reference >

ConfigAccess Bean API


The ConfigAccess Bean API is created in the ConfigAccess bean. After importing the ConfigAccess bean from the Post Form JSP page (using the useBean tag), you can call the following functions from the Post Form JSP page to customize the content of the form post to the Order Management System.

See Posting a Form from Add to Cart to see a sample form created using the ConfigAccess Bean API.

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 ConfigAccessBean API in your JSP page, you must include the bean in your JSP page using a useBean tag.

Example

<!-- BEA WebLogic -->
<jsp:useBean id="bean" scope="page"
class="com.siebel.isscda.wl.transact.ConfigAccessBean">
<!-- BEA WebLogic -->

<!-- IBM WebSphere -->
<jsp:useBean id="bean" scope="page"
class="com.siebel.isscda.ws.transact.ConfigAccessBean">
<!-- IBM WebSphere -->
</jsp:useBean>


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