<%@ page contentType="text/html;charset=UTF-8pageEncoding="UTF-8"%>
<!--
 * Copyright (c) Rogue Wave Software, Inc. 1997, 2015
 * All rights reserved.
 -->
<%@ taglib uri="http://java.sun.com/jsf/core"   prefix="f%>
<%@ taglib uri="http://www.ilog.com/jviews/tlds/jviews-faces.tld" prefix="jv%>
<%@ taglib uri="http://www.ilog.com/jviews/tlds/jviews-framework-faces.tld" prefix="jvf%>
<%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice%>
<%@ taglib uri="http://www.ilog.com/jviews/tlds/ice-views.tld" prefix="iv%>

<f:view>
<f:loadBundle basename="messagesvar="msg/>
<html>
<head>
<meta content="no-cachehttp-equiv="Cache-Control/>
<meta content="no-cachehttp-equiv="Pragma/>
<meta http-equiv="Content-Typecontent="text/html; charset=UTF-8/>
<link rel="StyleSheettype="text/cssmedia="screenhref="../doc.css"/>
<title><ice:outputText value="#{msg.frameworkTitle}"/></title>
</head>
<body>
<h1><ice:outputText value="#{msg.frameworkH1}"/></h1>
<p><ice:outputText value="#{msg.frameworkp1}"/></p>
  <ice:form id="form">
    <jvf:objectSelectInteractor id="select"
      valueChangeListener="#{frameworkBean.selectObject}"
      invocationContext="IMAGE_SERVLET_CONTEXT/>
    <!-- See WEB-INF/iview.tld for the definition of iv:iview -->
    <iv:iview id="viewstyle="width:500px;height:300px"
      view="#{frameworkBean.view}interactorId="select/>
  </ice:form>
<p><ice:outputText value="#{msg.frameworkp2}"/></p>
</body>
</html>
</f:view>