<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    Document   : Page1
    Created on : 24-Apr-2009, 9:59:52 AM
    Author     : tcolburn
-->
<jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" 
	  xmlns:h="http://java.sun.com/jsf/html" 
	  xmlns:jsp="http://java.sun.com/JSP/Page" 
	  xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" 
			pageEncoding="UTF-8"/>
    <f:view>
        <webuijsf:page id="page1">
            <webuijsf:html id="html1">
                <webuijsf:head id="head1">
                    <webuijsf:link id="link1" 
				   url="/resources/stylesheet.css"/>
                </webuijsf:head>
                <webuijsf:body id="body1" style="-rave-layout: grid">
                    <webuijsf:form id="form1">
                        <webuijsf:label 
			   for="dropDown1" id="label1"
			   labelLevel="1" 
			   style="position: absolute; left: 120px; top: 72px" 
			   text="Operation"/>
                        <webuijsf:dropDown 
			   id="dropDown1" 
			   items="#{Page1.dropDown1DefaultOptions.options}" 
			   labelLevel="1"
			   selected="#{Page1.dropDown1DefaultOptions.selectedValue}" 
			   style="position: absolute; left: 216px; top: 72px"/>
                    </webuijsf:form>
                </webuijsf:body>
            </webuijsf:html>
        </webuijsf:page>
    </f:view>
</jsp:root>