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) or pure and simple some javascript appended to the ajax target. Cristi Manole On Tue, May 6, 2008 at 8:50 AM, john_wicket <[EMAIL PROTECTED]> wrote: > > 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 in wicket using iframes... .. > > thanks... > > -- > View this message in context: > http://www.nabble.com/Confirmation-box-with-ok-and-cancel-buttons-in-IFrame...-tp17071600p17071600.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
