I found wicketSessionFilter but not wicketFilter.  How would using
A regular submit button make a difference. I know submit request goes to the 
"server"  I just get an empty pair of <ajaxresponse> tags back from the server. 
(Firebug is really usefull, and I'm able to look at the post request I send 
thanks to TamperData).

Thanks Again,
Tom

-----Original Message-----
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Thursday, August 06, 2009 11:57 AM
To: users@wicket.apache.org
Subject: Re: wicket 1.2.7 login error checking and reporting

set a breakpoint in wicketfilter and see what its doing. does it work
properly when using a regular submit button?

-igor

On Thu, Aug 6, 2009 at 12:49 PM, Burton, Tom F
(DOR)<tom.bur...@alaska.gov> wrote:
> Hello,
>
>            I realize 1.2.7 is no longer "officially" supported.
> However, I'm hoping someone will help me anyway. Here goes nothing......
>
>
>
>
>            I have a login page that is supposed to make sure a username
> and password were actually entered before validating against the auth
> source.
>
> If the name and/or password aren't entered it's supposed to spit out an
> error message to the user.  It works when a password is entered but no
> username.
>
> If I enter a username and no password, or don't enter anything at all,
> nothing seems to happen. The spinning indicator next to the
> IndicatingAjaxSubmitButton
>
> goes by so fast I can't see it, if it goes by at all. My error log
> statements that tell me where its at in the execution don't seem to
> write out either.  I've tested this
>
> in both Firefox and IE. I also tested by entering a password in the form
> and then using the Tamper Data extension for Firefox to remove the
> password.  Still no joy.
>
> It seems that it's somewhere in the server side code that's terminating
> the request early but for the life of me I can't figure out where.
>
>
>
> Thanks for any help/assistance in this matter,
>
> Tom Burton
>
>
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to