onMouseOver and onMouseClick in wicket

2014-07-28 Thread jayeshps
Hello, I have a requirement where I need to change the images based on the current position of the mouse on a particular background image, I have one background image and around 15 different images that need to be shown on top of the background image based on where the mouse points to on the

Error in java.lang.String during Internationalisation of a wicket project

2014-10-31 Thread jayeshps
I am getting a no session error while trying to display some details from the database. I have pasted the error log below Root cause: org.hibernate.LazyInitializationException: could not initialize proxy - no Session at

Fetching google calender details in wicket

2015-01-23 Thread jayeshps
Hello, I have a wicket application which has its own calender. I would like to get details from a users google calender and add it to my applications database, so that the google calender events become visible in my application calender. Please let me know how to go about it. -- View this message

Re: Fetching google calender details in wicket

2015-01-28 Thread jayeshps
Hello, thank you for responding, I have already implemented the calender using Wicket-JQuery-UI, now I need to fetch the details of a user from his Google calender which I could display in the user's account calender in my application also. -- View this message in context:

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 form 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

Paypal Integration in wicket

2015-04-16 Thread jayeshps
Hello, I am trying to add paypal as a payment option in wicket, I am using a straight forward method using a BuyNow button with the form and hidden fields in html. But I am not quite sure how to implement the IPN, without which it would be very unsafe as the html can be changed during just

Paypal Integration in Wicket

2015-04-17 Thread jayeshps
Hello, I am trying to add paypal as a payment option in wicket, I am using a straight forward method using a BuyNow button with the form and hidden fields in html. But I am not quite sure how to implement the IPN, without which it would be very unsafe as the html can be changed during just before

Re: Paypal Integration in wicket

2015-04-17 Thread jayeshps
Hello, IPN is short for Instant Paypal Notification, it is a notification service, which runs while a user is trying to make a payment after clicking on the facebook button on my web application. unless a confirmation is sent from my application to paypal the payment will not be confirmed, this

Custom Url mapping and encoding makes the project fail in deployment mode

2015-06-18 Thread jayeshps
Hello, I have added certain custom url mapping and rewriting to show the language tag in the url before mounted pages, which was working really well during development mode, however in deployment mode, the application does not start at all. I get an exception: Problem accessing /gymwatch/login.

Paypal Integration in Wicket

2015-05-28 Thread jayeshps
I am using paypal to create a subscription in wicket. However the RecurrentTransactions do not work for german accounts yet, so I am creating a billingAgreement and then using DoReferenceTransaction API call for receiving the payment. I would like to know how to set the DoReferenceTransaction API