Receiving the result of an HTML form submission | HCL Digital Experience
The interaction requests that the Web Content Viewer portlet mediates result in response information. To access that result information, use the HCL Web Content Manager rendering plug-ins.
About this task
When you post data to the Web Content Viewer portlet as described under Sending data
to the Web Content Viewer portlet, the addressed data sink serves the result back
in the form of a data source. The Web Content Viewer portlet performs the following
operations on that data source:
- The portlet transforms that data source into a String value by converting the source into a character source.
- The portlet sets the resulting String value as a corresponding session attribute or private render parameter.
resultSessionAttribute
and resultRenderParameter
parameters in the action URL plug-in tag that you use to generate the form action URL.