!--a11y-->
Embedded Isolation Method 
When you set an iView’s Isolation Method property to Embedded, you effect a simple HTML iView whose content is written “as is” into the page HTML. As a result, a content-loading event in the iView, such as launching a link or submitting a form, refreshes the whole page.
iView content is collected at the server side and sent to the client with the entire page.
· One request from the client to the server causes the server to reload all the iViews on the page.
¡ Prevents unnecessary requests to the server
¡ Performance may be degraded
· PageBuilder has no control over the appearance of the iView content.
¡ Content is presented “as is” in the browser
¡ iView size is dependent on the content
¡ Height not controlled by the page
¡ Page does not add scrollbars to iViews
· Supports both server-side and client-side events
· A page may contain several form-type iViews. One iView may lose the information in its input fields when another form on the page is submitted.
· Content external to the portal server requires special handling.

Content-loading events on embedded iViews cause the loss of iViews that are in iFrames. It is not recommended that you put embedded and isolated iViews on the same page.
Since EP5.0 iViews are URL-isolated iViews, if you want to support them, add them to pages that contain only URL-isolated iViews.

A regular portal iView that is set to Embedded should not be placed on a Web Dynpro page. If it is, a warning message is generated and its isolation method is changed on-the-fly to URL.