Siebel Interactive Selling Transact Server Interface Reference > ConfigList API >

anyConfig


anyConfig function tests whether there are more configurations to display on the list.

Syntax

<bean name>.anyConfig()

Usage

The anyConfig function returns false if the list is empty.

Example

<% while (listBean.anyConfig())
{ %>
//code for going through list
<% } %>


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