uncapitlaize
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="el-portability">
|
||||
<title>EL Portability</title>
|
||||
<title>EL portability</title>
|
||||
<para>
|
||||
In general, you will find the Unified EL and OGNL have a very similar syntax.
|
||||
For basic variable resolution, property access, and method invocation the syntax is identical.
|
||||
@@ -40,7 +40,7 @@
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 id="el-usage">
|
||||
<title>EL Usage</title>
|
||||
<title>EL usage</title>
|
||||
<para>
|
||||
EL is used for many things within a flow, including:
|
||||
</para>
|
||||
@@ -54,7 +54,7 @@
|
||||
Views rendered by flows typically access flow data structures using EL as well.
|
||||
</para>
|
||||
<sect2 id="el-types">
|
||||
<title>Expression Types</title>
|
||||
<title>Expression types</title>
|
||||
<para>
|
||||
There are basically two types of expressions in Web Flow.
|
||||
</para>
|
||||
@@ -227,7 +227,7 @@
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="el-scope-searching">
|
||||
<title>Scope Searching Algorithm</title>
|
||||
<title>Scope searching algorithm</title>
|
||||
<para>
|
||||
When assigning a variable in one of the flow scopes, referencing that scope is required.
|
||||
For example:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<chapter id="views">
|
||||
<title>Rendering Views</title>
|
||||
<title>Rendering views</title>
|
||||
<sect1 id="views-introduction">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
@@ -337,7 +337,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy
|
||||
These view state history policies are configurable on a per view-state basis by using the <code>history</code> attribute.
|
||||
</para>
|
||||
<sect2 id="history-discard">
|
||||
<title>Discarding History</title>
|
||||
<title>Discarding history</title>
|
||||
<para>
|
||||
Set the history attribute to <code>discard</code> to prevent backtracking to a view:
|
||||
</para>
|
||||
@@ -346,7 +346,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy
|
||||
</programlisting>
|
||||
</sect2>
|
||||
<sect2 id="history-invalidate">
|
||||
<title>Invalidating History</title>
|
||||
<title>Invalidating history</title>
|
||||
<para>
|
||||
Set the history attribute to <code>invalidate</code> to prevent backtracking to a view as well all previously displayed views:
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user