Siebel Interactive Selling Transact Server Interface Reference > ConfigList API >

nextConfig


nextConfig function in the while loop of a ConfigList JSP page moves to the next configuration before calling any get methods to return information about that configuration.

Syntax

<bean name>.nextConfig()

Usage

nextConfig returns false when there are no more configurations in the list.

Example

<% while (configList.nextConfig()) {%>...


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