Open non-bookmarkable page in popup on form submit

2015-04-24 Thread Ihmehlmenn
Hello, I'm using Wicket 6.13 and I'm facing the requirement to open a non-bookmarkable Page in a Popup once a form is succesfully submitted. I came up with following solution which seems to work ... but it feels kind of wrong to me and it wouldn't suprise me, if there are any downsides and pitfal

Re: setting cookie

2015-04-24 Thread Martin Grigorov
This is a bug. https://issues.apache.org/jira/browse/WICKET-5893 Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Apr 24, 2015 at 2:11 AM, Chris wrote: > Hi Martin, > > I would like to place the cookie statement in the renderHead as based on > this I

Re: Browser back - reload page/panel

2015-04-24 Thread Martin Grigorov
Hi, Yes. #load() method will be called exactly once per request. Ajax request is still a request. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Apr 24, 2015 at 2:18 AM, Chris wrote: > Hi Martin, > > I am using the LOM as follows in a page constructor. Wh

Re: Ajax navigation loading div issue

2015-04-24 Thread kovaron
Hello! I finally solved the issue with a little workaround. I introduced a /manualLoadingDivHandler/ class, which is applicable to all elements I want to behave as I wrote before. (show the loading div on submit/click and then remove it on onload) as I use wicketstuff also, I wrote the following i

Re: Paypal Integration in wicket

2015-04-24 Thread lucast
Hi Jayesh, For IPN whether it is the the sandbox or live, you have to provide an URL that is accessible from outside your local network. IPN is a third party system, so if you tell IPN to send its requests to localhost, it will send requests to IPN's localhost. You need to open up a port on your

Re: Paypal Integration in wicket

2015-04-24 Thread jayeshps
Hello lucas and vishal, Thanks for your replies they were of great help. The payment seems to be working great, and I checked the IPN by creating a local and adding values like those paypal would send, however, is there a way to check it with the paypal's ipn_simulator, as when ever I make a pay