users@woodstock.java.net

Re: How to use login component?

From: ilango_g <ilangocal_at_yahoo.com>
Date: Thu, 19 Jun 2008 16:39:45 -0700 (PDT)

Hi
I was wondering where I can find samples for project Woodstock.


Stefan Bley wrote:
>
> I used the jsp login mechanism
>
> <form action="j_security_check" method="POST">
> Username:<input type="text" name="j_username"><br>
> Password:<input type="password" name="j_password">
> <input type="submit" value="Login">
> </form>
>
> to implement authentication. It checks against a jdbcRealm configured in
> my Glassfish app server.
> Now I wanted to use the webuijsf components instead, but obviously I can't
> just replace form by webuijsf:form. I thought I would have to use
> webuijsf:login instead, but I don't get a clue how to use it. I was going
> through the samples and found those login module implementations. Do I
> have to create one?
> Is there a simple way to forward username and password input to the jdbc
> authentication provided by Glassfish?
>
> Regards, Stevy
>
>
>

-- 
View this message in context: http://www.nabble.com/How-to-use-login-component--tp17778700p18020329.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.