From richfaces-svn-commits at lists.jboss.org Thu Jul 2 11:28:48 2009
Content-Type: multipart/mixed; boundary="===============9079606831883158159=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14769 -
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/modules.
Date: Thu, 02 Jul 2009 11:13:24 -0400
Message-ID: <200907021513.n62FDOa6021506@svn01.web.mwc.hst.phx2.redhat.com>
--===============9079606831883158159==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: msorokin
Date: 2009-07-02 11:13:23 -0400 (Thu, 02 Jul 2009)
New Revision: 14769
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/=
modules/overview.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768
Data Model and Page flows
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/d=
ocbook/modules/overview.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook=
/modules/overview.xml 2009-07-02 13:56:08 UTC (rev 14768)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook=
/modules/overview.xml 2009-07-02 15:13:23 UTC (rev 14769)
@@ -13,6 +13,35 @@
Work in progress...
+
+ Page flows: implementation details
+ =
+
+ This section covers how the particular elements that govern pa=
ge flow are implemented in the application.
+
+
+ Registering
+
+ Registering in is basically the first step a user takes in t=
he application. Have a look at a piece of code from \includes\index\<=
/code>
+
+ =
+
+
+
+
+
+...]]> =
+ When the button is hit the goToRegister
met=
hod is evoked and the START_REGISTER_EVENT
is raised. These ac=
tion display the registration form that is included from \includes\re=
gister.xhtml
.
+ =
+ =
+ The <a4j:commandLin=
k> displays the link to the registration form and =
invokes the goToRegister
method.
+
+ When all fields are filled out with correct values the <=
code>register(user) is triggered and a new user is set.
+
+ =
+
+ =
Data Model
--===============9079606831883158159==--