RE: Is it possible to set the session?

2012-01-13 Thread cosmindumy
this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4292045.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Is it possible to set the session?

2012-01-13 Thread cosmindumy
any idea? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4292048.html Sent from the Users forum mailing list archive at Nabble.com

RE: Is it possible to set the session?

2012-01-12 Thread cosmindumy
? Thanks. P.S Sorry for being so insistent but I am quite new in wicket. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4288412.html Sent from the Users forum mailing list archive at Nabble.com

Re: Is it possible to set the session?

2012-01-11 Thread cosmindumy
Hi, It would be enough for me if I could get session by id. Is there a possibility? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4284724.html Sent from the Users forum mailing list archive at Nabble.com

RE: Is it possible to set the session?

2012-01-11 Thread Chris Colman
Did you wan to get or set the session? Your subject said 'set' but the body asked about 'get'. Hi, It would be enough for me if I could get session by id. Is there a possibility? -- View this message in context: http://apache- wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session

RE: Is it possible to set the session?

2012-01-11 Thread cosmindumy
is that if I block third party cookies the iframe I open creates a new session. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4285130.html Sent from the Users forum mailing list archive at Nabble.com

RE: Is it possible to set the session?

2012-01-11 Thread Serban Balamaci
the key to lookup in the cache but since I don't know the full story... - http://balamaci.wordpress.com -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4285158.html Sent from the Users forum mailing list archive at Nabble.com

RE: Is it possible to set the session?

2012-01-11 Thread Chris Colman
, 11 January 2012 10:35 PM To: users@wicket.apache.org Subject: RE: Is it possible to set the session? Did you wan to get or set the session? Your subject said 'set' but the body asked about 'get'. It would be awesome if I could set the session with a given one. But it is an option to get

RE: Is it possible to set the session?

2012-01-11 Thread cosmindumy
explain a little bit more detailed? Maybe a sketch of code. Where should this be done? Do I have to override a method? I didn't understand how. Thanks. By the way, are you from Romania? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session

RE: Is it possible to set the session?

2012-01-11 Thread Serban Balamaci
Romania. - http://balamaci.wordpress.com -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4285390.html Sent from the Users forum mailing list archive at Nabble.com

RE: Is it possible to set the session?

2012-01-11 Thread cosmindumy
wicket1.4.8 and there is no method scheduleRequestHandlerAfterCurrent. What can I use instead? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4285622.html Sent from the Users forum mailing list archive at Nabble.com

RE: Is it possible to set the session?

2012-01-11 Thread Serban Balamaci
it will reset the addCookie method from the response, so you may have to override it. Again firebug will show you if the cookie was set or not. - http://balamaci.wordpress.com -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session

Is it possible to set the session?

2012-01-10 Thread cosmindumy
Hello, I have 2 questions: 1. I have the situation that if the user press a button an iframe is open. The problem is that if the user has some settings in browser, the session is lost. It creates a new session. Is it possible to set the session to iframe? 2. I've got an error on production

Re: Is it possible to set the session?

2012-01-10 Thread Martin Grigorov
. Is it possible to set the session to iframe? See Session.bind(). Call it before as soon as the http session should be created. 2. I've got an error on production server and I cannot reproduce on my development machine. The error says : woUploadFilesContainer:calculateButton (path

Re: Is it possible to set the session?

2012-01-10 Thread cosmindumy
application session to the iframe. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4282241.html Sent from the Users forum mailing list archive at Nabble.com

Re: Is it possible to set the session?

2012-01-10 Thread Martin Grigorov
possible to pass my application session to the iframe. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4282241.html Sent from the Users forum mailing list archive at Nabble.com

Re: Is it possible to set the session?

2012-01-10 Thread cosmindumy
the old one null. So I loose all the informations put on session. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4282292.html Sent from the Users forum mailing list archive at Nabble.com