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

getAction


getAction function returns the action used to submit your email form.

Syntax

public String getAction(String pagename)

Arguments

String pagename

The name of your Email JSP page.

Usage

The getAction function returns the action for the email form. It takes the name of your Email JSP page as an argument.

Example

<form name="Email" action="<%=Email.getAction("EmailConfig.jsp") %>" method="post">


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