Skip to content

Commit e081e8f

Browse files
committed
fix(urlrewrite): added missing xml:id
1 parent b34ea64 commit e081e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xar-resources/data/urlrewrite/urlrewrite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
&lt;/dispatch></programlisting>
126126
<para>The <tag>forward</tag> element can contain the optional children elements <link linkend="add-parameter"><tag>add-parameter</tag></link>, <link linkend="set-attribute"><tag>set-attribute</tag></link>, <link linkend="clear-attribute"><tag>clear-attribute</tag></link>, and <link linkend="set-header"><tag>set-header</tag></link>.</para>
127127
</sect2>
128-
<sect2>
128+
<sect2 xml:id="view">
129129
<title>The <tag>view</tag> Action</title>
130130
<para>The <tag>view</tag> action is used to define processing pipelines, and may follow <link linkend="redirect"><tag>redirect</tag></link> or <link linkend="forward"><tag>forward</tag></link> actions.</para>
131131
<para>The element is used to wrap a sequence of action elements such as <link linkend="forward"><tag>forward</tag></link>, often calling another servlet to process the results of the initial action. This is discussed in <xref linkend="mvc-pipelines"/></para>

0 commit comments

Comments
 (0)