![]() ![]() ![]() |
||
|
This tag is deprecated.
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 the Servlet RequestDispatcher API.
ColdFusion MX: Deprecated this tag. It might not work, and it might cause an error, in later releases.
|
||
![]() ![]() ![]() |