flow managed persistence
This commit is contained in:
@@ -272,6 +272,19 @@ public class BookingValidator {
|
||||
Such partial rendering is often used with events signaled by Ajax to update a specific zone of the view.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="event-handlers-global">
|
||||
<title>Handling global events</title>
|
||||
<para>
|
||||
Use the flow's <code>global-transitions</code> element to create event handlers that apply across all views.
|
||||
Global-transitions are often used to handle global menu links that are part of the layout.
|
||||
</para>
|
||||
<programlisting language="xml">
|
||||
<global-transitions>
|
||||
<transition on="login"> to="login">>
|
||||
<transition on="logout"> to="logout">>
|
||||
</global-transitions>
|
||||
</programlisting>
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="view-messages">
|
||||
<title>Working with messages</title>
|
||||
|
||||
Reference in New Issue
Block a user