Back Forward withEmbedded JavaServer Page tag

JavaServer Pages tags

Use the withEmbedded JSP tag to set the current embedded page during stream processing to a different embedded page. The new page applies only to HTML or XML code within the body of the withEmbedded tag.

Here is an example:

<pega:withEmbedded name="$this(7)" >
   Enter your HTML and/or JSP tags here.

</pega:withEmbedded >

Definitions base page, stream processing

Up About JavaServer Page tags