Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3102 | major | always | 11-27-08 07:46 | 01-06-09 21:37 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.8 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
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> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|