4.12.27 p:resolveVariables
Resolves variables in the specified text strings.
4.12.27.1 Request
<p:resolveVariables> <p:text>...</p:text> ... more p:text elements ... </p:resolveVariables>
Variables should be embedded in the text using ${varname} syntax ($$ is used to escape $).
4.12.27.2 Response
<p:resolvedVariables> <p:text>...</p:text> ... more p:text elements ... </p:resolvedVariables>
Each p:text element in the response corresponds to the p:text element in the request at the same position.
Previous