Unique PDF file name for displaying PDF in iframe

2012-11-07 Thread hannach
Hi there, Recently I have implemented displaying PDF in iframe on my system reference to https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html. I have list of documents and when user clicks each row, panel at the bottom will refresh and show corresponding PDF. I

Close Modal Widow via external link?

2012-08-02 Thread hannach
I have Modal window that contains external webpage. (e.g. RedirectPage(www.google.com)) I need to figure out the way to close the modal window by clicking button or link from this external site. What kind of javascript do I have to use to close the modal window? I've tried to copy the javascript th

Re: HTTPS FORM POST FROM EXTERNAL SITE TO WICKET WEBPAGE

2012-07-29 Thread hannach
Thanks for the reply. I don't think Webpage is called at all. Do I need to add crazy wicket url like pay_result?form7_hf_0=&wicket%3Ainterface=%3A1%3Aform%3A%3AIFormSubmitListener in returnURL in order to get what's been submitted from external site to my web page? Perhaps it's HTTPS and it's usi

HTTPS FORM POST FROM EXTERNAL SITE TO WICKET WEBPAGE

2012-07-29 Thread hannach
Hi there, I need to provide returnURL for payment portal like Paypal. I created bookmarkable WebPage called paymentResultPage and path is called "pay_result". Once user is done with payment, this portal will do the HTTPS form POST (not GET) to the returnURL returning whether payment went successfu