"Ralph vd Houdt" <[EMAIL PROTECTED]> wrote:

> Hi Jon,
> 
> This is not just what I want. I want to do a login based on 3 fields
> company/user/password and evaluate then to an EJB. The login should put an
> object in the session.
> 
> Greetings Ralph

You can do this with form based login as well. 
Your form would not have the action "j_security_check", it would 
point to another action which would map the three field to the
two (user/password) and forward to j_security_check.

--
gR

Reply via email to