Hi Serkan I am using firefox 3.1 beta2, but i dont think that this is a browser related issue, because i am seeing the same behavior in IE7. The cookies are created for both FF and IE. The problem is that they get a expire date set to current time, which means that they are not available anymore. If i remove the mount they will get a expire date in the future and the typed value will stay in the input field.
For example with mount i type admin in the first input field and password in the second. Press the login link and i see that the input fields are reset. If i remove the mount and do the same, admin and password will stay in the input fields. /Murat 2009/1/6 Serkan Camurcuoglu <[email protected]> > Hi Murat, > It seems to work both ways in my setup. I'm using Firefox 3.0. It > successfully saves the username and password when I check the remember me > checkbox, and clears them when I uncheck it. Did you check the host, path > and the values of the cookies in your browser? > > > > > Murat Yücel wrote: > >> Hi again >> >> Did anyone had the time to look at the attached project? >> Are you guys seeing the same behaviour? >> >> /Murat >> >> 2008/12/31 Murat Yücel <[email protected]> >> >> >> >>> Hi Cemal >>> >>> Thanks for the response. I have attached the project. >>> >>> If you uncomment this line: >>> mountBookmarkablePage("homepage", HomePage.class); >>> >>> in WicketApplication.java, then you can see the difference in the >>> behaviour. >>> >>> /Murat >>> >>> 2008/12/31 jWeekend <[email protected]> >>> >>> >>> >>> >>>> Murat, >>>> >>>> It is OK, just delete the target folder and zip it up before sending >>>> your >>>> quickstart project to this list. >>>> >>>> Regards - Cemal >>>> http://www.jWeekend.co.uk jWeekend >>>> >>>> >>>> >>>> Murat Yücel-2 wrote: >>>> >>>> >>>>> By the way i am using wicket 1.3.5. I dont know if you need other >>>>> information? >>>>> I can send the quickstart project if anyone is interested. I dont know >>>>> >>>>> >>>> if >>>> >>>> >>>>> it >>>>> is okey >>>>> to attach it to the mailing list. >>>>> >>>>> /Murat >>>>> >>>>> 2008/12/29 Murat Yücel <[email protected]> >>>>> >>>>> >>>>> >>>>>> Hi All >>>>>> >>>>>> I have a strange problem with persisting form component values. >>>>>> >>>>>> In my project i have a SignInPanel. The SignInPanel has a rememberMe >>>>>> checkbox. If the checkbox is >>>>>> checked then the values will get persisted in a cookie. This part is >>>>>> working very well if the user doesnt >>>>>> login from a mounted bookmarkable page. >>>>>> If the user login from a mounted bookmarkable page, then i can see >>>>>> that >>>>>> the >>>>>> value is saved by calling >>>>>> the CookieValuePersister, but on load the values are gone again. >>>>>> >>>>>> I have made a simple quickstart project and i am seing the same >>>>>> >>>>>> >>>>> behaviour >>>> >>>> >>>>> here. Am I missing something? >>>>>> Why doesnt cookie persist work for a mounted bookmarkable page? >>>>>> >>>>>> Hope that you can help. >>>>>> >>>>>> Kind regards >>>>>> >>>>>> /Murat >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> -- >>>> View this message in context: >>>> >>>> http://www.nabble.com/FormComponent-cookie-persistent-issue-tp21197389p21230575.html >>>> Sent from the Wicket - User mailing list archive at Nabble.com. >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> >>>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
