Java Reference
In-Depth Information
</application>
<managed-bean>
<managed-bean-name>backing_create</managed-bean-name>
<managed-bean-class>view.backing.Create
</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
<!--oracle-jdev-comment:managed-bean-jsp-link:1create.jsp-->
</managed-bean>
<navigation-rule>
<navigation-case>
<from-outcome>create</from-outcome>
<to-view-id>/create.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<navigation-case>
<from-outcome>catalogentry</from-outcome>
<to-view-id>/catalogentry.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<navigation-case>
<from-outcome>persisted</from-outcome>
<to-view-id>/index.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<navigation-case>
<from-outcome>error</from-outcome>
<to-view-id>/error.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<navigation-case>
<from-outcome>find</from-outcome>
<to-view-id>/find.jsp</to-view-id>
</navigation-case>
</navigation-rule>
</faces-config>
The error.jsp , which gets displayed with an error message if an error gets
generated is listed as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
 
Search WWH ::




Custom Search