Re: [appfuse-user] Getting Client time while invalid password entry

2009-04-03 Thread jithesh
Thanks Matt .. jithesh wrote: > > Hi all, > >I am using appfuse 1.9.4 . I would like to know is it possible to > get a value from the client if the credentials are not correct. I have a > listner class which hets invoked on > AuthenticationFailureBadCredentialsEvent. But I cant get any

Re: [appfuse-user] Getting Client time while invalid password entry

2009-03-31 Thread Matt Raible
The best way to get values from the client is to use JavaScript and set a cookie or set a value in a hidden field. Matt On Tue, Mar 31, 2009 at 8:52 AM, jithesh wrote: > > Hi all, > > I am using appfuse 1.9.4 . I would like to know is it possible to get > a value from the client if the cr

[appfuse-user] Getting Client time while invalid password entry

2009-03-31 Thread jithesh
Hi all, I am using appfuse 1.9.4 . I would like to know is it possible to get a value from the client if the credentials are not correct. I have a listner class which hets invoked on AuthenticationFailureBadCredentialsEvent. But I cant get any value from login.jsp (eg client browser time).