This tag is deprecated. Do not use it in new applications.
A child tag of the cfservlet
tag. Passes data to a servlet. Each cfservletparam
tag within the cfservlet
block passes a separate item of data to the servlet.
To access servlets that run on the same server as ColdFUsion, use code such as the following, in which path specifies a servlet, jsp, or anything else:
GetPageContext().include(path) GetPageContext().forward(path)
For more information, see the JSP PageContext API or or the Servlet RequestDispatcher API.
New in ColdFusion MX: This tag is deprecated. Do not use it in new applications. It might not work, and it might cause an error, in later releases.