> Looks like a bug to me. The default value of "remember" on SignInPanel is
> true so I guess there is no other option then using previous beta2 until it
> is fixed. Or the hard way is to write own SignInPanel...

strange since examples do work Ok. If I copy over the SignInPanel and
change it lie so:

public void setPersistent(final boolean enable)
{
        username.setPersistent(enable);
        //password.setPersistent(enable);
}

it works fine. strange really. Unless the maven is fulling me when I
run samples and
somehow it gets non-snapshot dependencies from a remote repository.
Something to look for ....

Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to