Re: wicket 6 setting response page with page object and session expired error

2012-05-22 Thread Thomas Götz
On 22.05.2012 at 06:01 kamiseq wrote: step to reproduce 1. go to http://localhost:8080 and type any valid email (ie l...@oa.pl) and submit form 2. press accept and it will take you to third page 3. this should fail and show expire page error No, it doesn't. 3. works in your example, there

Re: wicket 6 setting response page with page object and session expired error

2012-05-22 Thread kamiseq
huh, then something is wrong with my environment, im running it with jetty invoking simple mvn clean install jetty:run pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ - To unsubscribe,

Re: wicket 6 setting response page with page object and session expired error

2012-05-22 Thread kamiseq
anyway there is nothing wrong to my code, in your opnion? I just have bad feeling about passing model from one page to another in constructor. on the other hand model are serialised into session so maybe it is a better idea to pass them around rather than object they are wrapping pozdrawiam Paweł

Re: wicket 6 setting response page with page object and session expired error

2012-05-22 Thread Thomas Götz
I tested your quickstart from within the IDE by running Start.java. Models are meant to be passed around, so there's nothing wrong with it in general. And it's always (at least in 95% of cases I'd dare to say) preferable to passing Objects (beans). -Tom On 22.05.2012 at 18:55 kamiseq

Re: wicket 6 setting response page with page object and session expired error

2012-05-22 Thread kamiseq
but why?? test it with mvn clean install jetty:run pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ On 22 May 2012 20:47, Thomas Götz t...@decoded.de wrote: I tested your quickstart from within the IDE by running Start.java. Models are meant to be

Re: wicket 6 setting response page with page object and session expired error

2012-05-22 Thread kamiseq
i checked it on other machine, and is working, I ve cleaned m2 repository and now it is working as well :/ I dont know what happened but it is weird that it showed on two separate application thanks for help, actually it is great it was only may problem ;] pozdrawiam Paweł Kamiński

Re: wicket 6 setting response page with page object and session expired error

2012-05-21 Thread Thomas Götz
Could you provide a quickstart that demonstrates this behavior? -Tom On 21.05.2012 at 09:56 kamiseq wrote: hej, I have a strange error. I have stateless page (A) with form on it. form contains email input. inside form's onSelect handler I create page (B) and pass email to its

Re: wicket 6 setting response page with page object and session expired error

2012-05-21 Thread kamiseq
yes, can I send it directly to you in case userlist rejects attachment? pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ On 21 May 2012 10:01, Thomas Götz t...@decoded.de wrote: Could you provide a quickstart that demonstrates this behavior?   -Tom

Re: wicket 6 setting response page with page object and session expired error

2012-05-21 Thread Thomas Götz
Either this or upload it somewhere and post the link here. -Tom On 21.05.2012 at 16:25 kamiseq wrote: yes, can I send it directly to you in case userlist rejects attachment? pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __

Re: wicket 6 setting response page with page object and session expired error

2012-05-21 Thread kamiseq
ok, yep right, give me some time so I try to recreate it from scratch pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ On 21 May 2012 16:48, Thomas Götz t...@decoded.de wrote: Either this or upload it somewhere and post the link here.   -Tom On