Thanks to Christian Haul for answering my previous post. Still can't get the parameter I want passed to the session.
I want to authenticate users by a username and password, using DatabaseAuthenticatorAction and then pull information from the same database table that contains the authentication information. For example, a custom greeting or whatever, using values provided from the db, and not from user input. Put another way, for the username and password provided by the user through a login form, can I select a third value from the database, perhaps through a nested <map:act> block for the DatabaseSelectAction within the <map:act> block for the DatabaseAuthenticatorAction? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
