Siebel Interactive Selling Transact Server Interface Reference > Email Bean API >

setRequest


setRequest function sets the request variable of your JSP page.

Syntax

public void setRequest(HttpServletRequest request)

Arguments

HttpServletReq uest request

Built-in JSP variable to refer to the request object.

Usage

Call the setRequest function with the built-in request variable of your JSP page. The setRequest function must be called before calling the sendMail function.

Example

<% Email.setRequest(request); %>


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