ovidiu 2003/01/08 22:55:49
Modified: src/webapp/samples/flow/examples/prefs/pages
registrationSuccessful.xsp
Log:
Pass the 'user' object in some of the XSP pages.
Revision Changes Path
1.2 +1 -1
xml-cocoon2/src/webapp/samples/flow/examples/prefs/pages/registrationSuccessful.xsp
Index: registrationSuccessful.xsp
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/webapp/samples/flow/examples/prefs/pages/registrationSuccessful.xsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- registrationSuccessful.xsp 6 Sep 2002 00:02:16 -0000 1.1
+++ registrationSuccessful.xsp 9 Jan 2003 06:55:48 -0000 1.2
@@ -24,7 +24,7 @@
<body>
<s1 title="Registration successful!">
- <p>Congratulations <strong><jpath:value-of select="firstName"/>
<jpath:value-of select="lastName"/></strong>! You've successfully registered as a new
user.</p>
+ <p>Congratulations <strong><jpath:value-of select="user/firstName"/>
<jpath:value-of select="user/lastName"/></strong>! You've successfully registered as a
new user.</p>
<p>| <link href="../edit/">Edit my preferences</link> | <link
href="../logout/">Logout</link> |</p>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]