Re: SigIn page example not working for me.

2007-09-04 Thread Alex Shneyderman
> 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 s

Re: SigIn page example not working for me.

2007-09-04 Thread Ivan Luzyanin
95) > at > org.apache.wicket.authentication.panel.SignInPanel$SignInForm.(SignInPanel.java:94) > at > org.apache.wicket.authentication.panel.SignInPanel.(SignInPanel.java:143) > ... > .. > . > > > Anyone has a clue as to what's wrong? > > -- > Thanks, > Alex. > &

SigIn page example not working for me.

2007-09-03 Thread Alex Shneyderman
I have an index page where I want to include a SignIn panel. So I do this for the page: public class IndexPage extends WebPage { private static final long serialVersionUID = 1L; public IndexPage() { this(null); } /** * Constructor tha