Re: [1.5RC2] impossible to add cookies

2011-05-18 Thread adriclad
Sorry, I didn't work on this bug recently. But, I finally found the solution ! With the RC3 and RC4, I can now see now errors : (With RC2 they were not display !!!) 18:29:40.479 WARN (org.apache.wicket.util.lang.WicketObjects) Unable to determine object size:

Re: [1.5RC2] impossible to add cookies

2011-03-28 Thread Pedro Santos
Hi, just tested http://wicketstuff.org/wicket/authentication2 and the example set the cookie in response without problems. Open a ticket + quickstart reproducing the problem please. On Sun, Mar 27, 2011 at 8:48 PM, adriclad adrien.che...@gmail.com wrote: Anybody had the same problem ? May I

Re: [1.5RC2] impossible to add cookies

2011-03-28 Thread Vytautas R.
Hi, for me this part did work: store: new CookieUtils().save(ID, value); load: new CookieUtils().load(ID); On Mon, Mar 28, 2011 at 4:11 PM, Pedro Santos pedros...@gmail.com wrote: Hi, just tested http://wicketstuff.org/wicket/authentication2 and the example set the cookie in response

Re: [1.5RC2] impossible to add cookies

2011-03-27 Thread adriclad
Anybody had the same problem ? May I have to refer the bug in a jira ticket for the 1.5-RC3 ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/1-5RC2-impossible-to-add-cookies-tp3380554p3409846.html Sent from the Users forum mailing list archive at Nabble.com.