Re: Confirmation box with ok and cancel buttons in IFrame...

2008-05-06 Thread Cristi Manole
check out this example and modify it as it suits your needs. http://www.dooriented.com/blog/2008/04/23/wicket-ajax-like-file-upload-on-a-modal-window/ implement the iframe so that it contains the panels you need. the confirmation box can be a modal window (check out the modal window in wicket)

Confirmation box with ok and cancel buttons in IFrame...

2008-05-05 Thread john_wicket
I'm using iframe, in that i am using panels... the panel contains list of records..the user can delete the record .. after click on the record the user get Confirmation box with ok and cancel button.. if the user pressed ok then that record will be deleted can any one reply how to do this