Re: "Page Expired" page with PatternDateConverter

2010-10-11 Thread Altuğ Bilgin Altıntaş
quickstart 11 Ekim 2010 16:00 tarihinde Hemant Shah yazdı: > Yes, it works fine if we do not override the getConverter method. In which > case it behaves like a normal AjaxEditableLabel, as would be expected, and > we are using AjaxEditableLabel instances in many places in our application. > >

Re: "Page Expired" page with PatternDateConverter

2010-10-11 Thread Hemant Shah
Yes, it works fine if we do not override the getConverter method. In which case it behaves like a normal AjaxEditableLabel, as would be expected, and we are using AjaxEditableLabel instances in many places in our application. - Hemant On 10/11/2010 6:24 AM, Altuğ Bilgin Altıntaş wrote: if

Re: "Page Expired" page with PatternDateConverter

2010-10-11 Thread Altuğ Bilgin Altıntaş
if you don't override IConverter then everything works fine ? 2010/10/11 Hemant Shah > Altuğ, thanks for responding. > > There are no errors reported in the log. All the classes in the project are > serializable. > > Could this be a bug? > > Regards, > > > Hemant > > > > On 10/10/2010 5:03 PM,

Re: "Page Expired" page with PatternDateConverter

2010-10-10 Thread Hemant Shah
Altuğ, thanks for responding. There are no errors reported in the log. All the classes in the project are serializable. Could this be a bug? Regards, Hemant On 10/10/2010 5:03 PM, Altuğ Bilgin Altıntaş wrote: Did you look at Wicket's logs ? Be sure serialization is done correctly. 201

Re: "Page Expired" page with PatternDateConverter

2010-10-10 Thread Altuğ Bilgin Altıntaş
Did you look at Wicket's logs ? Be sure serialization is done correctly. 2010/10/10 Hemant Shah > I am new to the Wicket framework and I hope I can get some help with a > problem I am facing. > > I am using version 1.4.12. > > I am overriding the AjaxEditableLabel class and its overridden getC

"Page Expired" page with PatternDateConverter

2010-10-10 Thread Hemant Shah
I am new to the Wicket framework and I hope I can get some help with a problem I am facing. I am using version 1.4.12. I am overriding the AjaxEditableLabel class and its overridden getConverter method is at follows: @Override public IConverter getConverter(Class type) { ret