Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003102 [Resin] major always 11-27-08 07:46 01-06-09 21:37
Reporter alex View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed   Product Version 3.1.8
Summary 0003102: f:view not bound when running sample: HelloVisualJSF
Description f:view not bound for
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Document : Page1
    Created on : Nov 12, 2008, 2:00:27 PM
    Author : aravind
-->
<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:button id="button1" style="position: absolute; left: 360px; top: 168px" text="Hello World"/>
                        <webuijsf:label id="label1" style="position: absolute; left: 48px; top: 48px" text="Sample Tests"/>
                        <webuijsf:textField id="textField1" style="position: absolute; left: 120px; top: 120px"/>
                        <webuijsf:staticText id="staticText1" style="position: absolute; left: 48px; top: 120px" text="Username"/>
                        <webuijsf:checkboxGroup id="checkboxGroup1" items="#{Page1.checkboxGroup1DefaultOptions.options}" style="left: 96px; top: 192px; position: absolute"/>
                        <webuijsf:label id="label2" style="left: 72px; top: 168px; position: absolute" text="Location"/>
                        <webuijsf:dropDown id="dropDown1" items="#{SessionBean1.classes.classes}"
                            onChange="webui.suntheme4_2.common.timeoutSubmitForm(this.form, 'dropDown1');" selected="#{SessionBean1.classes.selectedValue}"
                            style="position: absolute; left: 192px; top: 168px" valueChangeListenerExpression="#{Page1.dropDown1_processValueChange}"/>
                        <webuijsf:dropDown id="dropDown2" items="#{SessionBean1.classes.classes}"
                            onChange="webui.suntheme4_2.common.timeoutSubmitForm(this.form, 'dropDown2');" selected="#{SessionBean1.classes.selected}"
                            style="left: 264px; top: 168px; position: absolute" valueChangeListenerExpression="#{Page1.dropDown2_processValueChange}"/>
                    </webuijsf:form>
                </webuijsf:body>
            </webuijsf:html>
        </webuijsf:page>
    </f:view>
</jsp:root>

Additional Information
Attached Files

- Relationships

- Notes
(0003704)
alex
01-06-09 21:37

jsp/0356
 

- Issue History
Date Modified Username Field Change
11-27-08 07:46 alex New Issue
01-06-09 21:37 alex Status new => closed
01-06-09 21:37 alex Note Added: 0003704
01-06-09 21:37 alex Resolution open => fixed
01-06-09 21:37 alex Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker