Re: PasswordTextField no longer supports cookies in beta3

2007-09-04 Thread Marko Taipale

I would appreciate that there would be a way to use some similar method in
org.apache.wicket.authentication.pages.SignInPage as it now fails with the
following:

java.lang.UnsupportedOperationException: FormComponent class
org.apache.wicket.markup.html.form.PasswordTextField does not support
cookies

at
org.apache.wicket.markup.html.form.FormComponent.setPersistent(FormComponent.java:944)
at
org.apache.wicket.authentication.panel.SignInPanel.setPersistent(SignInPanel.java:195)
at
org.apache.wicket.authentication.panel.SignInPanel$SignInForm.init(SignInPanel.java:94)
at
org.apache.wicket.authentication.panel.SignInPanel.init(SignInPanel.java:143)
at
org.apache.wicket.authentication.panel.SignInPanel.init(SignInPanel.java:121)
at
org.apache.wicket.authentication.pages.SignInPage.init(SignInPage.java:49)
at
org.apache.wicket.authentication.pages.SignInPage.init(SignInPage.java:38)

Thanks,
Marko
-- 
View this message in context: 
http://www.nabble.com/PasswordTextField-no-longer-supports-cookies-in-beta3-tf4346790.html#a12479367
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: PasswordTextField no longer supports cookies in beta3

2007-09-04 Thread Igor Vaynberg
this has already been fixed in trunk i believe

-igor


On 9/4/07, Marko Taipale [EMAIL PROTECTED] wrote:


 I would appreciate that there would be a way to use some similar method in
 org.apache.wicket.authentication.pages.SignInPage as it now fails with the
 following:

 java.lang.UnsupportedOperationException: FormComponent class
 org.apache.wicket.markup.html.form.PasswordTextField does not support
 cookies

 at
 org.apache.wicket.markup.html.form.FormComponent.setPersistent(
 FormComponent.java:944)
 at
 org.apache.wicket.authentication.panel.SignInPanel.setPersistent(
 SignInPanel.java:195)
 at
 org.apache.wicket.authentication.panel.SignInPanel$SignInForm.init(
 SignInPanel.java:94)
 at
 org.apache.wicket.authentication.panel.SignInPanel.init(SignInPanel.java
 :143)
 at
 org.apache.wicket.authentication.panel.SignInPanel.init(SignInPanel.java
 :121)
 at
 org.apache.wicket.authentication.pages.SignInPage.init(SignInPage.java
 :49)
 at
 org.apache.wicket.authentication.pages.SignInPage.init(SignInPage.java
 :38)

 Thanks,
 Marko
 --
 View this message in context:
 http://www.nabble.com/PasswordTextField-no-longer-supports-cookies-in-beta3-tf4346790.html#a12479367
 Sent from the Wicket - User mailing list archive at Nabble.com.


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