RE: help understand friendbook-domify example-login()

"Schnitzer, Jeff" <[email protected]> Sat, 11 Oct 2003 11:20:15 -0700
Newsgroups gmane.comp.web.maverick.general
Message-ID <[email protected]>
DOH!!!

I just realized that I never made a release of opt-domify after the
major revision of the login process in the controllers (released with
maverick 2.2.0).  Same with opt-velocity.  The CVS versions work fine,
of course, but the releases are wrong.

I've just made a release of 2.0.2 of opt-domify.  That should clear up
any confusion.

I'll make a new release of opt-velocity and include the updated version
of velocity-tools.jar.

Sorry 'bout that!  How embarrassing :-)

Jeff


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Friday, October 10, 2003 9:10 AM
> To: [email protected]
> Subject: [Mav-user] help understand friendbook-domify example-login()
> 
> Hi,
> 
> I am going through the friendbook-domify example and need help
> understanding how login is performed.
> 
> this is from maverick.xml:
> 
> <views>
> 		<view id="loginRequired">
> 			<transform path="loginRequired.xsl"/>
> 			<transform path="outside.xsl"/>
> 		</view>
> 
> 		<view id="loginFailed">
> 			<transform path="loginFailed.xsl"/>
> 			<transform path="outside.xsl"/>
> 		</view>
> 	</views>
> 
> ...
> 		<command name="friends">
> 			<controller
> class="org.infohazard.friendbook.ctl.Friends"/>
> 
> 			<view ref="loginRequired"/>
> 			<view ref="loginFailed"/>
> 
> 			<view name="success">
> 				<transform path="friends.xsl">
> 					<param
name="ActiveUserStyleAttrs"
> value="background-color: yellow;"/>
> 				</transform>
> 				<transform path="inside.xsl"/>
> 			</view>
> 		</command>
> 
> I am going through scanrio when non existing combination
login/password is
> submitted.
> 
> Now, controller classes extend on several levels:
> Friends->Protected->Gatekeeper->ControllerAuth->ControllerErrorable
> 
> There is a class LoginSubmit that also extends ControllerAuth. Is this
> class used in login process in command 'friends'?
> 
> I can not trace trough method calls that protected boolean
login(String
> login, String password) was called and how is failedLogin view chosen.
> 
> Thanks,
> 
> Shrek
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> [INVALID FOOTER]



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
[INVALID FOOTER]